DisplayDevs

Results 18 comments of DisplayDevs

@rizafran @argzdev @sheepmaster It's been 6 months now and I haven't heard back at all, this type of bug should prevent anyone from using the custom providers as any misconfigured...

@argzdev Do you disable your auto token refresh? (`firebaseAppCheck.setTokenAutoRefreshEnabled(false);`)

31.4.0 does not have any affect, disabling the auto refresh solves the issue (kinda), but I would just want to make sure, if the auto refresh is disabled do I...

That's great news, thank you for informing me. In the meanwhile we are performing tests with `firebaseAppCheck.setTokenAutoRefreshEnabled(false);` with a large set of beta users, although the solution isn't perfect, the...

Hey @argzdev, I can see that version 17 of app check was released, was this issue addressed in that version?

@Detached-BebHEAD with `firebaseAppCheck.setTokenAutoRefreshEnabled(false)` the SDK should ask for a new token only once every time there is a use of the Firestore SDK (read or write), resulting in X calls...