Skip to content

Instantly share code, notes, and snippets.

@utkarshbhatt12
Created March 18, 2018 13:07
Show Gist options
  • Select an option

  • Save utkarshbhatt12/71f1a27abf28ec964d24e4d28911fa1c to your computer and use it in GitHub Desktop.

Select an option

Save utkarshbhatt12/71f1a27abf28ec964d24e4d28911fa1c to your computer and use it in GitHub Desktop.

Revisions

  1. utkarshbhatt12 created this gist Mar 18, 2018.
    9 changes: 9 additions & 0 deletions firebase config.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    const config = {
        apiKey: "",
        authDomain: "",
        databaseURL: "",
        projectId: "",
        storageBucket: "",
        messagingSenderId: "",
      };
    firebase.initializeApp(config);