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
Admin SDK should bypass AppCheck token verifications for RTDB operations. This seems to be a regression issue in @firebase/[email protected] and up (which is a transitive dependency of @firebase/database-compat).
@lahirumaramba I have followed documented steps to setup recaptcha and use AppCheck with flutter. I've enabled enforcements for cloud Firestore but after enabling enforcements I'm getting the following error.
[cloud_firestore/permission-denied] Missing or insufficient permissions.
Hi @Faizan770gp are you using the Firebase Admin SDK or Firebase Client SDKs? If you are using Firebase client SDKs and getting the above error, it might be due to how your security rules are set. You can check your existing rules at Go to Database -> Rules : on the Firebase console. In the future please use this repo for Firebase Admin SDK SDK related questions. Thanks!
Hi @Faizan770gp -- thank you for bringing your issue to our attention. The issue you experienced with Flutter and Firestore may be related to a similar issue we recently fixed. Could you please try updating to the latest Flutter App Check version and see if that fixes your issue?
Uh oh!
There was an error while loading. Please reload this page.
@firebase/[email protected]
and up (which is a transitive dependency of@firebase/database-compat
).Can reproduce on
[email protected]
and up.Internal issue: b/236414557
The text was updated successfully, but these errors were encountered: