supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
661 stars 154 forks source link

Offline Support for Refreshing Sessions #873

Closed ConProgramming closed 2 months ago

ConProgramming commented 3 months ago

Won't error out or freeze if refreshing a session fails, will just return null.

Flutter can watch Connectivity for a change, and then call refreshSession.

ConProgramming commented 3 months ago

Thanks for the PR. As much as I love the lion emojies, let's get rid of them 🦁

Yeah left for observability. Would remove in final.

dshukertjr commented 2 months ago

Closing this PR as the original issue has been closed.