Const
Context Provider for the supabase client and user spreading according state across the app. client stays null while supabase is loading user stays null as long as no user is not authenticated. Therefore, these can be used as loading flags.
client
null
user
Generated using TypeDoc
Context Provider for the supabase client and user spreading according state across the app.
client
staysnull
while supabase is loadinguser
staysnull
as long as no user is not authenticated. Therefore, these can be used as loading flags.