googlesamples / google-signin-unity

Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
Other
424 stars 231 forks source link

GoogleSignInUser.Email is empty #209

Open studioktech opened 2 years ago

studioktech commented 2 years ago

I am using unity GoogleSignIn. But not getting email is empty.

SocManLan commented 2 years ago

Hey @studioktech

First of all - I highly reccomend this branch from @lukezbihlyj - https://github.com/lukezbihlyj/google-signin-unity it fixes a lot of the issues you may come across.

Second, did you try adding the following (RequestEmail = true) to your configuration before sending off the sign in request?

Like so.

image