-
Notifications
You must be signed in to change notification settings - Fork 2.3k
App Check - Too many attempts #6753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please only log issues against current stable versions. Update to current stable then report if you still reproduce
How many attempts were there 🤔 ? We test it in our CI all the time and it definitely works - I suspect something about your project config and/or timing of requests etc. You should watch |
Thank you @mikehardy for the quick response - will try to upgrade those packages |
Hi @mikehardy - Updated to latest version:
Still got "too many attempts" adb logcat:
|
@mikehardy Is that ok? |
We don't support Play Integrity yet. So I think this is essentially duplicate #6434 |
Hey, I'm having exactly the same issues with latest react-native-firebase. |
I also have similar issue: I have followed all steps, put the debug tokens where necessary. I want to use firebase emulator with real device. This works perfect with web but with mobile app on real device hitting the firebase emulator, has error: Note that the debug secret is already in the firebase as required. Is there a clear step by step procedure for setting up firebase emulator with App check, I have failed to get this straight... And with the live (non emulator, after configuring App check, App intergrity, My app stopped getting downloads. I have set the configuration to : MEETS_BASIC_INTEGRITY (this is deselected) MEETS_STRONG_INTEGRITY (this is deselected) all the necessary configuration on the code side have been done, but Google play keeps showing the Safetynet warning, and still since this configuration, seems my app is no longer visible to users thus no more downloads.... I wish someone will do a comprehensive guide on these set ups. |
I am developing a flutter application and facing the exact same issue |
I am developping Android application and having same issues. Could someone give his experience, how to resolve these issues? Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException: Error returned from API. code: 403 body: App attestation failed. Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException: Too many attempts. |
Hey VidojeMuric, |
Hey @VidojeMuric |
I face the same issue, any solution found? |
We also see this issue in production on android devices. |
Same issue~~~~ |
same issuee [firebase_app_check/unknown] com.google.firebase.FirebaseException: Too many attempts. |
Same issue |
Uh oh!
There was an error while loading. Please reload this page.
Issue
Trying to use AppCheck with "Play Integrity" android
Did the following:
keytool -list -v -alias [alias] -keystore [keystore file path] -keypass [key password]
Actual:
[appCheck/token-error] com.google.firebase.FirebaseException: Too many attempts
Expected:
Real token
Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:e.g. 5.4.3
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?Y/N
&VERSION
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: