skip to Main Content

Firestore PHP Client permission denied

I want to use Google's Firestore to save user data, while the backend uses PHP. So far I configured the access rules like this: rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if…

VIEW QUESTION
Back To Top
Search