I am working with supabase and the User Authenticated category in my flutterflow does not have other information that I need as soon as users load any page on the app.
I can't rely on triggering the query only in the initial page because users can initiate the app in other pages too, and I don't think that the best answer would be to copy and paste the actions in all the pages.
Is there a way to ensure that certain actions are triggered as soon as the app is launched?