【发布时间】:2018-03-03 18:25:04
【问题描述】:
我有一个适用于 ios 和 andriod 的应用程序,但在 firebase 中有两个项目。问题是,如果用户使用 firebase 在 android 应用程序中注册,则在 ios 应用程序中该用户不存在。因此,如果用户想要登录 ios 应用程序,她/他将无法登录。
【问题讨论】:
标签: android ios firebase firebase-authentication
我有一个适用于 ios 和 andriod 的应用程序,但在 firebase 中有两个项目。问题是,如果用户使用 firebase 在 android 应用程序中注册,则在 ios 应用程序中该用户不存在。因此,如果用户想要登录 ios 应用程序,她/他将无法登录。
【问题讨论】:
标签: android ios firebase firebase-authentication
如果您将 Android 和 iOS 应用与同一个 Firebase 项目相关联,则应用之间的用户将相同。
如果您将应用与单独的项目相关联,则无法在它们之间自动共享用户。
【讨论】: