Skip to content

Instantly share code, notes, and snippets.

@georgesboris
Last active October 17, 2017 12:05
Show Gist options
  • Save georgesboris/9e80653bd4d544efe1118d046c59c7c9 to your computer and use it in GitHub Desktop.
Save georgesboris/9e80653bd4d544efe1118d046c59c7c9 to your computer and use it in GitHub Desktop.
firebase-app - putting it together
const firebase = require('firebase');
firebase.initializeApp(config);
const getHelpers = require('firebase-app');
const owners = require('./owners/owners');
const actions = require('./actions/actions');
const paths = require('./paths/paths');
module.exports = { actions, paths, ...getHelpers({ firebase, owners }) };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment