Skip to content

Instantly share code, notes, and snippets.

@rapisenpai
Last active January 15, 2022 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rapisenpai/a03b09211a901e87e7f91d4e057dfa98 to your computer and use it in GitHub Desktop.
Save rapisenpai/a03b09211a901e87e7f91d4e057dfa98 to your computer and use it in GitHub Desktop.
Permission Denied Error in Android Studio & Firebase
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment