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
Right now recovery session is not called under Supabase.initialize which is bad because users won't have access to session, user on app start
Supabase.initialize
User should be able to access user and session after Supabase.initialize if there is persisted session info.
Related #10
The text was updated successfully, but these errors were encountered:
auth.currentUser auth.user() auth.session()
@phamhieu @bdlukaa If you want I would like to support with pr.
Sorry, something went wrong.
Fixed in #12
No branches or pull requests
Bug report
Describe the bug
Right now recovery session is not called under
Supabase.initialize
which is bad because users won't have access to session, user on app startExpected behavior
User should be able to access user and session after
Supabase.initialize
if there is persisted session info.Additional context
Related #10
The text was updated successfully, but these errors were encountered: