first of all, thank you for responding to our questions.
This is my first question, so it may not fit the format here.
I followed the firebase tutorial and implemented the login by linking google play games and firebase to the game I developed as Unity.
I successfully completed all the processes and got a firebase uid from the server, but I couldn’t get an email from user data.
{email: undefined,
emailVerified: false}
Data such as displayname and photoURL could be imported normally.
I think it’s a problem caused by the permission setting, but I’m inquiring because I don’t have any data on how I can change email Verified when I log in with Google play games.
(Adding ranges on the OAuth consent screen of the Google cloud console linked with Google play games did not work.)
Has anyone experienced the same phenomenon or fixed a problem?
firebase_unity_sdk: 11.9.0
play-games-plugin-for-unity: 11.0.1
firebase: ^10.10.0
firebase-admin: ^12.1.0
망고빙수 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.