Additions to Improve Library..
JulianSwales opened this issue · 1 comments
JulianSwales commented
I've taken a look at this library and played with it a bit.. Here are a few suggestions to improve it..
- Show user how to query Supabase after login.. I don't understand how I'm to use the authenticated user from this package in a Supabase request.. When using the base supabase_flutter library, I got caught out intializing two Supabase instances which made all my calls fail when RLS was implemented.
- Show the deep linking in action, actually working and how to set it up.. This is something I'm still trying to understand..
- Show Logout Flow.. I logged in using this package, but there was no logout button.
- Show restored session flow.
- Show how the new 1.0.0-dev OnAuthenticated/UnAuthenticated State from Supabase package should be used..
This is a great package and it helped me solve one flow problem.. Thanks.
FatumaA commented
Thank you for the suggestions @JulianSwales