Sun Jun 20 2021 17:04:19 GMT+0000 (UTC)
Saved by @nerdydave #firebase
$fire.auth().signInWithEmailAndPassword(email, password)
#firebase
const provider = new this.$fireModule.auth.GoogleAuthProvider() this.$fire.auth .signInWithPopup(provider) .catch((error) => alert(error)) .then((data) => console.log(data.user, data.credential.accessToken))
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments