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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
As you can see not all the object members are present? Is this intended behavior?
Note: I also had to suppress object type error for intended scope since it was throwing an error(look below)
I used the following compiler option in tsconfig file for typescript to suppress that warning:
The text was updated successfully, but these errors were encountered:
Also what is the token property on the returned object supposed to be? Since mine is empty. I would have thought it would be a token from from Facebook?
Hi, I have Facebook authentication working with the firebase plugin but it doesn't seem to be returning an object with all the object members that the Facebook SDK says it will return when using public_profile. Link to Facebook public profile: https://developers.facebook.com/docs/facebook-login/permissions#reference-public_profile
As you can see not all the object members are present? Is this intended behavior?
Note: I also had to suppress object type error for intended scope since it was throwing an error(look below)
I used the following compiler option in tsconfig file for typescript to suppress that warning:
The text was updated successfully, but these errors were encountered: