Skip to content

Instantly share code, notes, and snippets.

@georgesboris
Last active October 23, 2017 19:26
Show Gist options
  • Save georgesboris/9d83829f9e393dfe819e2815c05952ac to your computer and use it in GitHub Desktop.
Save georgesboris/9d83829f9e393dfe819e2815c05952ac to your computer and use it in GitHub Desktop.
firebase-app - rules config
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