Check if user is authenticated for the first time in Firebase Google Authentication in Android

后端 未结 8 1433
一向
一向 2020-11-30 06:16

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

How can I know

8条回答
  •  -上瘾入骨i
    2020-11-30 07:02

    From version 11.6.0 we can use AdditionalUserInfo.isNewUser()

    https://firebase.google.com/docs/reference/android/com/google/firebase/auth/AdditionalUserInfo

提交回复
热议问题