Created
February 27, 2018 21:43
-
-
Save captaincole/a2a6fc6c1c3900587be5d3c165aac966 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Replace With Your Config | |
| export var firebaseConfig = { | |
| apiKey: "<api-key>", | |
| authDomain: "<auth-domain>", | |
| databaseURL: "<database-url>", | |
| projectId: "<project-id>", | |
| storageBucket: "<storage-bucket>", | |
| messagingSenderId: "<messging-sender-id>" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment