<@998948836884090912> I am away from my system so ...
# flutter
m
@Vittorio.Paragallo I am away from my system so I can't check at the moment but if you say that it works then it's all good. I was trying to implement a very similar feature as you but my goal was a little different. You want to keep the session again even if the user closes the app and opens it again. I was looking to automatically "log out" of the app if the user leaves the tab open for too long (with an error message like Session timed out). In my case, the app would automatically take the user to the login page if the session timed out and it would have been easy to achieve with streams but I never really figured out Supabase's streams.
3 Views