-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
976f718
commit eef1acb
Showing
5 changed files
with
591 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import firebase from 'firebase/app' | ||
import 'firebase/storage' | ||
|
||
// Your web app's Firebase configuration | ||
var firebaseConfig = { | ||
apiKey: "AIzaSyCUOgF5F1rNg2AKbKvEpKox5SRzdpI73cA", | ||
authDomain: "fir-onboarding-4cd34.firebaseapp.com", | ||
databaseURL: "https://fir-onboarding-4cd34.firebaseio.com", | ||
projectId: "fir-onboarding-4cd34", | ||
storageBucket: "fir-onboarding-4cd34.appspot.com", | ||
messagingSenderId: "266893372238", | ||
appId: "1:266893372238:web:1c26f7d61f9470a8" | ||
}; | ||
|
||
// Initialize Firebase | ||
firebase.initializeApp(firebaseConfig); | ||
|
||
const storage = firebase.storage() | ||
|
||
export { | ||
storage, firebase as default | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
import firebase from 'firebase/app' | ||
import 'firebase/storage' | ||
|
||
// Your web app's Firebase configuration | ||
var firebaseConfig = { | ||
apiKey: "AIzaSyCUOgF5F1rNg2AKbKvEpKox5SRzdpI73cA", | ||
authDomain: "fir-onboarding-4cd34.firebaseapp.com", | ||
databaseURL: "https://fir-onboarding-4cd34.firebaseio.com", | ||
projectId: "fir-onboarding-4cd34", | ||
storageBucket: "fir-onboarding-4cd34.appspot.com/", | ||
messagingSenderId: "266893372238", | ||
appId: "1:266893372238:web:1c26f7d61f9470a8" | ||
}; | ||
|
||
// Initialize Firebase | ||
firebase.initializeApp(firebaseConfig); | ||
|
||
const storage = firebase.storage() | ||
|
||
export { | ||
storage, firebase as default | ||
} |
This file contains 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
Oops, something went wrong.