supabase_example icon indicating copy to clipboard operation
supabase_example copied to clipboard

Missing explanations for 2 classes

Open talamaska opened this issue 3 years ago • 0 comments

SupabaseAuthState and SupabaseAuthRequiredState are unclear where they came from. In the official docs of supabase for flutter there is no such thing. Maybe it was existing in v0.3 but not in 1.2. So I'm completely confused how to deal with this. Should this be related to onAuthStateChange from supabase? if so it is already a stream and has an event that is an enum. So the whole logic of this app should be updated to reflect the most recent api. In its current state it is not very helpful.

talamaska avatar Dec 24 '22 18:12 talamaska