Is it possible to somehow prevent endless anonymou...
# firebase
z
Is it possible to somehow prevent endless anonymous accounts from being created while Google is reviewing my application (or its going through the pre-launch report)? Seeing ~500 accounts currently and the project is in internal testing only 😅
1
• I am only using anonymous sign in. But I dont think Google sign in would help much given that I dont force users to sign in to use the app? • Maybe a roboscript could work? Basically doing something that no user will ever do (🤞🏽) which would take them through a sign in process for a test account before doing stuff that would otherwise create an anonymous account.
c
If you add email signin, then you can specify in play console an email/password that google should use for testing
though really, I wish play console had a way of specifying an environment, so that it never create production data.
z
Sorry I missed your response! I guess email would work in that sense, but I dont think I can specify that they should head to screen XYZ and sign in? For example, even if I brought up a prompt where you can sign in - or skip (use anonymous); wouldnt they just use the anonymous option? 😅