Recent | Popular
#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))
$fire.auth().signInWithEmailAndPassword(email, password)
Sun Jun 20 2021 17:28:44 GMT+0000 (UTC)
Sun Jun 20 2021 17:04:19 GMT+0000 (UTC)