本文介绍了检查用户是否在Android的Firebase Google身份验证中第一次被认证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Android应用程序中使用Firebase身份验证,并使用Google帐户身份验证作为登录应用程序的选项。

I am using Firebase Authentification in an Android application, and I am using Google account authentification as an option to sign in the application.

我怎么知道用户是第一次登录应用程序吗?

How can i know if the user is sign in the application for the first time or not ?

任何帮助是非常赞赏的。

Any help is very appreciated.

推荐答案

这可能会帮助你,并尝试它:

This may help you and try it:

正确的代码位置来检查Firebase,如果用户已经被创建了吗?

Correct code location to check Firebase if a user has been created already?

这篇关于检查用户是否在Android的Firebase Google身份验证中第一次被认证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!