baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Google token does not work #34

Open scriptPilot opened 5 years ago

scriptPilot commented 5 years ago

Hello Bernado, one question to the token ... I use Google as provider and try to get data from a Google API with the stsTokenManager.accessToken value. Is it the right one? I do not get any result but a 401 (the API in general works with original Google signin / token creation).

baumblatt commented 5 years ago

Hello @scriptPilot ,

I don’t follow you, please let’s me know more about what are you trying to do!

By the way, take a look at Manage Users in Firebase, maybe this help you.

Other approach is use the alternative facade of this plugin, as discussed on issue #23

Best regards, Bernardo Baumblatt.

san4ezgig commented 4 years ago

Hello, I have the same problem, accessToken from cfaSignInGoogle doesnt work(the Api works with original sign in token)