Last active
June 16, 2018 11:26
-
-
Save adrian-afergon/7a842f9e083f3dfc22945b2d8714afc0 to your computer and use it in GitHub Desktop.
Extra Rule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
match /{document=**} { | |
allow read, write: if (request.auth.uid != null); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment