You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having an issue that has developed recently after using this library for the last 6 months.
We have authentication working, but UUID is being returned as null.
The issue is happening for both Facebook and Google on iOS and Android.
The after authenticating the request for Facebook looks like the below:
We are having an issue that has developed recently after using this library for the last 6 months.
We have authentication working, but UUID is being returned as null.
The issue is happening for both Facebook and Google on iOS and Android.
The after authenticating the request for Facebook looks like the below:
And we are using the flowing scopes for Facebook:
The response object looks like this:
It's the same story for Google as well. This is the endpoint after authenticating:
And we are using the flowing scopes for Google:
The response object looks like this:
So, how do we get the user id from Facebook & Google?
The text was updated successfully, but these errors were encountered: