Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

the caller does not have permission firestore

> service cloud.firestore {   match /databases/{database}/documents {
>     match /{document=**} {
>       allow read: if auth != null;
>       allow write: if auth != null;
>     }   } }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #caller #permission #firestore
ADD COMMENT
Topic
Name
7+9 =