firechat icon indicating copy to clipboard operation
firechat copied to clipboard

How to authenticate with Google ?

Open jgojariya opened this issue 7 years ago • 1 comments

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

jgojariya avatar Dec 21 '17 09:12 jgojariya

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

FrostyAnimations126 avatar May 03 '21 17:05 FrostyAnimations126