I am very new to firebase, trying to test my form the RULES says:
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
and i chose testing mode, nevertheless i get message:PERMISSION_DENIED: Permission denied. What else should be done?
Aucun commentaire:
Enregistrer un commentaire