Last active
October 23, 2017 18:23
-
-
Save georgesboris/002fb196bce9dead20a05a733a209b0c to your computer and use it in GitHub Desktop.
firebase-app - rules - owners
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
module.exports = { | |
__setup__: 'owners', | |
// anyone can read our posts logs | |
post: true | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment