Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 641 Bytes

firebase

Code for Firebase serverless services - web app.

Complete before using code

  1. Go to firebase, https://firebase.google.com/
  2. Sign in
  3. Go to console
  4. Create new project
  5. Select "project settings" add web app
  6. Copy JS configuration, you will need it in your code
  7. Enable service (e.g. authentication)

Replace firebaseConfig in code with your project's info

    var firebaseConfig = {
        apiKey:            "apple",
        authDomain:        "pear",
        projectId:         "grape",
        storageBucket:     "guava",
        messagingSenderId: "kiwi",
        appId:             "peach"
    };