Sync issues in Flutter + Supabase setup
The user is experiencing synchronization issues in a Flutter and Supabase setup, where local state diverges from the server and auth sessions expire unexpectedly. They are exploring how to make failure states visible to users, rather than just relying on a loading spinner. The user seeks advice on whether to explicitly show sync states in the UI or handle them with automatic retries.