FirebaseExtended / firechat

Real-time Chat powered by Firebase
https://firechat.firebaseapp.com
MIT License
2.41k stars 1.04k forks source link

How to authenticate with Google ? #101

Open jgojariya opened 6 years ago

jgojariya commented 6 years ago

Hello. I am trying to authenticate with GoogleAuthProvider. Can you please describe this? Thanks & Regards

FrostyAnimations126 commented 3 years ago

var googlesignin= new firebase.auth.GoogleAuthProvider(); firebase.auth().signInWithPopup(googlesignin) This code should be inside the function called when the user presses a sign in button