Replies: 2 comments
-
To be honest, I am not a firebase_app_check expert, so the following answers are subjected to errors. To answer your first question, it depends on the TTL (Time To Live) you set in Firebase App Check. I quote the following from the documentation "The default TTL is reasonable for most apps. Note that the App Check library refreshes tokens at approximately half the TTL duration." So it is not making a request every time the app is launched. It only makes a request when half the TTL is reached. |
Beta Was this translation helpful? Give feedback.
-
You can request to raise up the quota and the official documentation of Firebase App Check. If your use case is considered to be important and necessary, they will raise it up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to intergrate this into my app but a have a couple questions
The usage for safetynet is 10k per day. How often does the firebase_app_check perform a request? Is it everytime the app is launched.
If i reach the 10k threshold what exceptions are thrown and how can I handle them?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions