-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Hi,
I'm trying to log into Firebase using OAuthToken. Here's my code:
let creds = firebase.auth.FacebookAuthProvider.credential(response.authResponse.accessToken)
this.af.auth.login(creds, {
method: AuthMethods.OAuthToken,
provider: AuthProviders.Facebook
})
.then((success) => {
console.log("Firebase success: " + JSON.stringify(success));
})
I can confirm that get the "success" message. But, af.auth is not emitting a new value.
I didn't have this issue when logging in using the Redirect method. It happens only when using OAuthToken.
Is there something I'm doing wrong here?
jhades
Metadata
Metadata
Assignees
Labels
No labels