CalvinDaMogul / my_top_5

A list of my top 5 albums
0 stars 0 forks source link

Firebase Setup #15

Open CalvinDaMogul opened 5 years ago

CalvinDaMogul commented 5 years ago

Firebase Realtime Database Install 🚀

{ "firebaseKeys": { "apiKey": "sorryNotARealApiKey", "authDomain": "example.firebaseapp.com", "databaseURL": "https://example.firebaseio.com", "projectId": "example-123456789", "storageBucket": "example-666.google.com", "messagingSenderId": "123456789", "appId": "123456789" } }

const signMeIn = () => { const provider = new firebase.auth.GoogleAuthProvider(); firebase.auth().signInWithPopup(provider); };