Odo Maletzki
Odo Maletzki
same problem with chrome on android. https://web-maker-app/firebaseapps.com/__/auth/handler... opens in new tab but tabcloses after a second or so. Sometimes I am able to see the github login page in the...
maybe try this: ``` function signinGoogle(cb) { var provider = new firebase.auth.GoogleAuthProvider(); // firebase.auth().signInWithPopup(provider).then(function(result) { firebase.auth().signInWithRedirect(provider).then(function(result) { console.log("Google signin successful") // This gives you a Google Access Token. You can...
Same here. Will this be fixed?
works again. strange
MIT