【发布时间】:2017-03-02 21:08:18
【问题描述】:
我已经开始使用 facebook 和 google plus 登录 firebase。
我阅读了以下教程
/* Create the Firebase ref that is used for all authentication with Firebase */
mFirebaseRef = new Firebase(getResources().getString(R.string.firebase_url));
在上面的代码中,什么是“firebase_url”。当我从 firebase 网站上找到时。
我想检查用户是否已经使用 facebook 或 google 帐户登录。
或者是另一种检查用户是否已使用 firebase 登录的方法。
请帮帮我。
【问题讨论】:
-
我阅读了整个文档,但不存在这种查找用户的方法。例如。 Gmail 用户 abc@gmail.com 使用 firebase 登录。第二次登录然后登录消息用户已经存在。
标签: android firebase firebase-authentication