You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I have a reminder app that allows users to create an account (Email Provider) and all saved reminders will be synced with their account. The default behavior of my app is to first sign you in anonymously and then if you would like to have the reminders synced with a specific account you can "merge" your account to an email registered account.
So, this is the following logic:
Users open the app for the first time and it signs them in with an anonymous user (FirebaseAuth.instance.signInAnonymously()).
Users see to screens available in the app - Reminders and Profile.
Entering profile shows them a a weird-looking profile screen with the option to sign out and delete their account.
It seems weird to me that my users never signed in to the app but when they enter the profile screen it seems like they did.
Any chance for having the option to hide the Sign out and Delete account buttons?
Am I getting the Anonymous user idea? Or am I missing the whole thing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have a reminder app that allows users to create an account (Email Provider) and all saved reminders will be synced with their account. The default behavior of my app is to first sign you in anonymously and then if you would like to have the reminders synced with a specific account you can "merge" your account to an email registered account.
So, this is the following logic:
FirebaseAuth.instance.signInAnonymously()
).profile
shows them a a weird-looking profile screen with the option to sign out and delete their account.It seems weird to me that my users never signed in to the app but when they enter the
profile
screen it seems like they did.Any chance for having the option to hide the
Sign out
andDelete account
buttons?Am I getting the
Anonymous user
idea? Or am I missing the whole thing?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions