Skip to content

Commit 132d339

Browse files
committed
Added dev example
1 parent 6726d56 commit 132d339

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/development.example.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
firestack: {
3+
debug: '*',
4+
apiKey: "Your api key",
5+
authDomain: "Your auth domain",
6+
databaseURL: "Your database url",
7+
storageBucket: "Your storage bucket",
8+
googleAppId: 'Your google app ID'
9+
}
10+
}

0 commit comments

Comments
 (0)