Get users email locally

Hi!

I am trying to get android users email address locally on the device. I cannot use Google firebase since it sends the email to Google.

Is there a way to get the email from device just by asking permission from the user?

You can only get accounts, and account might or might not have that info.
https://stackoverflow.com/questions/2556495/how-can-you-get-an-android-users-email-address

That sounds like a sure way to get your app removed from the store.

Found this asset from asset store: https://assetstore.unity.com/packages/tools/integration/android-info-scanner-44553
It works on my builds but needs a lot of work to remove all unwanted properties so that app does not require all user android rights.

I agree! Our users come from our system and we will not promote the app to audiences so my hope is that it will not be reported and removed.

I just dont want to get all play services and firebase running just to get the email sign in working.