We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anonymous signIn creates a new user in auth.table everytime I restart the app. Same behaviour on iOS and Android
Steps to reproduce the behavior, please provide code snippets or a repository:
Run this Flutter code on app start.
Supabase.instance.client.auth.signInAnonymously();
I expected the behaviour to be like in Firebase, where there will only be one user per device with anonymous signin.
Here you can see a screenshot of the auth.users table
supabase_flutter: ^2.7.0
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Anonymous signIn creates a new user in auth.table everytime I restart the app. Same behaviour on iOS and Android
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Run this Flutter code on app start.
Expected behavior
I expected the behaviour to be like in Firebase, where there will only be one user per device with anonymous signin.
Screenshots
Here you can see a screenshot of the auth.users table
System information
supabase_flutter: ^2.7.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: