Last active
          October 23, 2017 19:26 
        
      - 
      
 - 
        
Save georgesboris/9d83829f9e393dfe819e2815c05952ac to your computer and use it in GitHub Desktop.  
    firebase-app - rules config
  
        
  
    
      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
    
  
  
    
  | require('firebase-app/rules')({ | |
| rules: '/firebase-app/**/*.rules.js', | |
| filename: '/database.rules.json', | |
| actions: require('./actions/actions'), | |
| owners: require('./owners/owners'), | |
| paths: require('./paths/paths') | |
| }); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment