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
Describe the bug
When I try to set up the flow for my application to use anonymous users, I enable the options in the project settings, but when I try to call const { data, error } = await supabase.auth.signInAnonymously(); , it returns the error "Property 'signInAnonymously' does not exist on type 'SupabaseAuthClient'."
I have already checked all the methods that can be used with 'SupabaseAuthClient', but the Anonymous one does not appear.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to set up the flow for my application to use anonymous users, I enable the options in the project settings, but when I try to call const { data, error } = await supabase.auth.signInAnonymously(); , it returns the error "Property 'signInAnonymously' does not exist on type 'SupabaseAuthClient'."
I have already checked all the methods that can be used with 'SupabaseAuthClient', but the Anonymous one does not appear.
The text was updated successfully, but these errors were encountered: