Open
Description
I need a bit of help with this one. I've implemented react-native-oauth (iOS) for Google auth, and its returning a payload, all is good there.
what I cant work out now is how do i "tie" that into Firebase, so that i can complete things and register/create the user on Firebase ? the response payload from ..-auth0 has 'credentials' and 'access-token' that I can see. can i use that to then authenticate with Firebase (Im using the Firestack lib :-)
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[-]Google OAuth (via react-native-oauth) -> Firebase[/-][+][v3] Google OAuth (via react-native-oauth) -> Firebase[/+]ajonno commentedon Nov 23, 2016
Any help is appreciated we're on a bit of a tight deadline with this one
auser commentedon Nov 24, 2016
@ajonno You should be able to register with the token: https://github.com/fullstackreact/react-native-firestack#signinwithprovider
ajonno commentedon Nov 24, 2016
i did try that with Facebook and was fine/works.
but Google didnt like the access_token. ill double back to post the error response here shortly
ajonno commentedon Nov 24, 2016
here is the error:
here is the code block. i suspect im missing a param somewhere?
matthewjamieson commentedon Dec 15, 2016
+1 same issue for me as well
matthewjamieson commentedon Dec 15, 2016
Found the Solution.
change resp.response.credentials.access_token to resp.response.credentials.idToken
#130
https://gist.github.com/auser/87e6a25da0b25c465dd0db097b8864ca#file-firebase_google_login-js-L108