Not getting the email using Google Authentication in Firebase

前端 未结 2 1613
情歌与酒
情歌与酒 2021-02-20 02:20

I am using the code provided by Firebase for Google Authentication and somehow, the authentication was successful but the email was not correctly imported to Firebase.

h

2条回答
  •  庸人自扰
    2021-02-20 02:58

    You can search in list ProviderData:

    userFirebase.providerData

    The providerId "google.com" as usual have the email.

提交回复
热议问题