You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may already be on top of this (and perhaps I should attempt a pull request - but I'm still pretty new to this stuff and don't want to waste anyone's time), but I had some issues with App Check android (web and ios are perfect).
Finally I realised that (this might only apply for com.google.firebase:firebase-appcheck-playintegrity:17.1.1 and perhaps not for the current project's 17.0.1) that in the initializeApp step, that they look to have dropped isTokenAutoRefreshEnabled.
So that these mods to FirebaseAppcheck.java seem to resolve my problem (at least when I use 17.1.1):
but I had some issues with App Check android (web and ios are perfect).
Unfortunately, that is not a sufficient description of your problem for me to be able to help you.
Finally I realised that (this might only apply for com.google.firebase:firebase-appcheck-playintegrity:17.1.1 and perhaps not for the current project's 17.0.1) that in the initializeApp step, that they look to have dropped isTokenAutoRefreshEnabled.
Plugin(s)
Current problem
Hi @robingenz,
You may already be on top of this (and perhaps I should attempt a pull request - but I'm still pretty new to this stuff and don't want to waste anyone's time), but I had some issues with App Check android (web and ios are perfect).
After thinking I had something wrong with my SHA256 keys (for days!), I think I found the issue. I read, re-read and then re-read this page another 20 times https://firebase.google.com/docs/app-check/android/play-integrity-provider.
Finally I realised that (this might only apply for com.google.firebase:firebase-appcheck-playintegrity:17.1.1 and perhaps not for the current project's 17.0.1) that in the initializeApp step, that they look to have dropped isTokenAutoRefreshEnabled.
So that these mods to FirebaseAppcheck.java seem to resolve my problem (at least when I use 17.1.1):
Preferred solution
Remove isTokenAutoRefreshEnabled from FirebaseAppCheck.java so the initialize method looks like:
Alternative options
No response
Additional context
Thanks so much for your hard work on this App you legend @robingenz and apologies if I have wasted anyone's time here.
The text was updated successfully, but these errors were encountered: