Skip to content

Getting 'firestore/permission-denied' while integrating firestore in React native mobile app

Notifications You must be signed in to change notification settings

quicklearner4991/Getting-firestore-permission-denied

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Getting 'firestore/permission-denied' while integrating firestore in React native mobile app

To solve this error

Go to firebase console and move to firestore setting and change the setting like this.

  match /databases/{database}/documents {
    match /todos/{document=**} {
      allow read, write: if true;
    }
  }
}

Releases

No releases published

Packages

No packages published