【发布时间】:2016-11-21 16:58:05
【问题描述】:
我刚刚看了两个教程,一个用Google Play Services登录然后使用成就,天梯等,所以它编译'com.google.android.gms:play-services-plus:8.4.0'登录。
在 Firebase 教程中,我们使用 'compile 'com.google.firebase:firebase-auth:9.0.0'
这不是类似的连接服务,我们不能同时使用两者吗? 如果用户将两次连接到类似的服务,那么 UI/UX 将有很大的差距。
问题: 我可以对两者都使用一个身份验证吗?
【问题讨论】:
标签: android firebase firebase-authentication google-play-services