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
Facebook sign in is successfully done when calling signInWithFacebook() but the result is an object of {prodvider: ... , idToken: ...}
and there is no accessToken returned in the result which is needed to link native layer with JS sdk by calling signInWithCredintials()
described here
Expected behavior:
accessToken returned in signinWithFacebook() result to use it in JS sdk signin
Plugin version:
@robingenz/capacitor-firebase-authentication ^0.4.1
Platform(s):
Android
iOS
Current behavior:
Facebook sign in is successfully done when calling
signInWithFacebook()
but the result is an object of{prodvider: ... , idToken: ...}
and there is no accessToken returned in the result which is needed to link native layer with JS sdk by calling
signInWithCredintials()
described here
Expected behavior:
accessToken returned in
signinWithFacebook()
result to use it in JS sdk signinSteps to reproduce:
Related code:
Other information:
Capacitor doctor:
The text was updated successfully, but these errors were encountered: