Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter app check debug token: "Too many attempts"

I’m working with Flutter, and I’m trying to upload files to Firebase storage.

The upload process completed without a problem (but slowly), and the file was successfully uploaded, but in the log this appears:

StorageUtil: Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException: Too many attempts.

I already have the debug token registered in the Firebase console and app check activate in the Flutter app, but the message is persistent.

Did I forget some step? The documentation is confusing.

like image 595
Andy Torres Avatar asked Jan 20 '26 02:01

Andy Torres


1 Answers

There is a daily limit quota which restricts user from attempting too many requests at a time. You must have attempted sign-up too many times or other request. Refer below screenshot so that you can change the settings on your Firebase console

enter image description here

like image 64
Robert S Avatar answered Jan 21 '26 23:01

Robert S



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!