Skip to content

Instantly share code, notes, and snippets.

@JamWils
Created June 8, 2017 19:10
Show Gist options
  • Save JamWils/31c6793dfbf0bb6c8626e11bdbf07288 to your computer and use it in GitHub Desktop.
Save JamWils/31c6793dfbf0bb6c8626e11bdbf07288 to your computer and use it in GitHub Desktop.
const client = require('firebase-tools');
client.database.set('/', './mockData/db.json', {
project: 'my-test-project',
token: process.env.FIREBASE_TOKEN,
cwd: './'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment