Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. import firebase from 'firebase';
  2.  
  3. const config = {
  4. apiKey: "",
  5. authDomain: "",
  6. databaseURL: "",
  7. projectId: "",
  8. storageBucket: "",
  9. messagingSenderId: "",
  10. appId: ""
  11. };
  12.  
  13. const fire = firebase.initializeApp(config);
  14. export default fire;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement