supabase-community/flutter-auth-ui

Additions to Improve Library..

JulianSwales opened this issue · 1 comments

I've taken a look at this library and played with it a bit.. Here are a few suggestions to improve it..

  1. 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.
  2. Show the deep linking in action, actually working and how to set it up.. This is something I'm still trying to understand..
  3. Show Logout Flow.. I logged in using this package, but there was no logout button.
  4. Show restored session flow.
  5. 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.

Thank you for the suggestions @JulianSwales 😊. We will def look into it