Dart Flutter Firebase FirebaseException ([cloud_firestore/permission-denied] The caller does not...

preview_player
Показать описание
Dart Flutter Firebase FirebaseException ([cloud_firestore/permission-denied] The caller does not have permission to execute the specified operation.)

Рекомендации по теме
Комментарии
Автор

ecom
[Firebase] Your Cloud Firestore database has insecure rules

We've detected the following issue(s) with your security rules:
• any user can read your entire database
• any user can write to your entire database
Because your project does not have strong security rules, anyone can access your entire database. Attackers can steal, modify, or delete your data, and they can drive up your bill.
Analysis is run daily. If you've modified your rules in the last 24 hours that may not be accounted for.

Getting this Mail forcing to change back rules to "allow read, write : if auth != null ;"
The Problem I'm facing is after Signup or Signin it takes time to actually give R/W acces to the user. Plz Help

thanishlos