argzdev

Results 277 comments of argzdev

We'll have to wait for Glide to resolve it on their side. Also were you able to suppress the lint issue? I think you should be able to suppress it...

Removing NI tag to avoid closure for now.

Hi @3HJack, thanks for reporting. I'll let our engineers know about this.

Thanks for reporting, @linas77. I was able to reproduce the same behavior, I'll notify an engineer and see what we can do here.

Hi @im12345dev, thanks for reporting. Sorry for the delayed response here. I tried testing this scenario using SafetyNet and it seems to work fine. I'm guessing this use case should...

Hi @im12345dev, yes, SafetyNet is based on Play Services. Sorry for the misunderstanding, what I'm trying to say is that if this type of use case works for SafetyNet, then...

Thanks for the extra details, @im12345dev. I'm running into `NetworkOnMainThreadException` on your code snippet, so I tweaked it a bit. However, I'm still unable to reproduce the same behavior even...

I've used the following for my Firebase functions: ``` exports.fetchAppCheckToken = firebasefunctions.https.onCall((data, context) => { const appId = "your_project_app_id"; return admin.appCheck().createToken(appId) .then(function(appCheckToken) { const expiresAt = Math.floor(Date.now() / 1000) +...

Thanks for the extra details, @im12345dev. I noticed that you're using `MyAppCheckProvider` instead of the `YourCustomAppCheckProvider`? Can you share your code from that file? Since the `getToken()` goes to an...

Hi @NathanFallet, thanks for filing the request. Our engineers will take a look at this when they have the time.