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
Users that were signed in with js sdk in old app version should be kept signed in in new app version that uses native sdk.
Preferred solution
Not sure what exactly should be implemented, maybe signInWithCredential method should help - so we can get token id with js sdk and use it to login with newly implemented signInWithCredential in native sdk
I'm not sure if this is possible. It is definitely not possible with all OAuth providers. Even for users who are logged in with email/password, I can't think of a possibility right now. You often need information such as the access token or a secret that is only available at the time of login. Feel free to create a PR and i will take a look.
Plugin(s)
Current problem
Users that were signed in with js sdk in old app version should be kept signed in in new app version that uses native sdk.
Preferred solution
Not sure what exactly should be implemented, maybe
signInWithCredential
method should help - so we can get token id with js sdk and use it to login with newly implementedsignInWithCredential
in native sdkAlternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: