Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Values to ease data import from prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Wright committed Aug 7, 2017
1 parent 8002f1d commit 6d1a15b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/update.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import firebaseApp from './firebase-app';

const updateData = {

['users/Jr9wO5CW1uX2li5HLFepQL9w5bn2']: true,
['secure/Jr9wO5CW1uX2li5HLFepQL9w5bn2']: true,
['roles/datamanagers/Jr9wO5CW1uX2li5HLFepQL9w5bn2']: true,
['roles/usermanagers/Jr9wO5CW1uX2li5HLFepQL9w5bn2']: true
};

console.log('Updating Firebase database', process.env.FIREBASE_DATABASE_URL);
Expand Down

0 comments on commit 6d1a15b

Please sign in to comment.