简体   繁体   中英

Switching between Web and Native iOS Firebase SDK

I am developing an hybrid app and for the moment only using the web Firebase SDK.

I am now realising that I might have to skip javascript for certains things like when the app is in the background and JS execution is not always possible. At such, I might have to do certain things in native. Hence my question:

If my user is logged using the Javascript SDK, what will happen when switching to the native SDK within the same app ? More specifically, what about authentication ?

Authentication state is not shared between web and native application. The user will have to authenticate with both in this scenario.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM