In a pre-launch report from Google I got the following message
NOW the only reason I have READ_CONTACTS is so I can get a list of the users emails to verify that they are logged in with their default Google account.
If I remove READ_CONTACTS I cannot get a complete list of the user emails. I am doing this on Android 10 & 11
You would thing that GET_ACCOUNTS permission would be enough to get the users email accounts but it only seems to return the one they are logged in on.
Would love to get rid of both READ_CONTACTS and GET_ACCOUNTS
Is there a way to get the default google account (1st account) or when I have them log in using Firebase have the default account picked?
IN-CASE someone is wondering
I have had users that have subscription problems if they purchase products with different default Google accounts
NOW the only reason I have READ_CONTACTS is so I can get a list of the users emails to verify that they are logged in with their default Google account.
If I remove READ_CONTACTS I cannot get a complete list of the user emails. I am doing this on Android 10 & 11
You would thing that GET_ACCOUNTS permission would be enough to get the users email accounts but it only seems to return the one they are logged in on.
Would love to get rid of both READ_CONTACTS and GET_ACCOUNTS
Is there a way to get the default google account (1st account) or when I have them log in using Firebase have the default account picked?
IN-CASE someone is wondering
I have had users that have subscription problems if they purchase products with different default Google accounts