-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Improve documentation
Link
https://supabase.com/docs/reference/javascript/auth-onauthstatechange
Describe the problem
The return value for onAuthStateChange shows the variable as a direct reference to the Subscription object, in order to call unsubscribe() later. The return value is actually { data: { subscription } }.
Describe the improvement
Update code example to show the correct return value.
Additional context
Add any other context or screenshots that help clarify your question.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed