New Flutterflow developer here so go easy one me ๐
Stack is Flutterflow + Firebase.
I want to make it so that when someone navigates to my application, or returns to an existing session, that it checks to see if the user is authenticated or not, if they are not authenticated I want it to force them back to the login page.
I tried checking the "Requires Authentication" button on the page, but it does not seem to work. I also tried writing a Custom Action and then integrating it into a to check on the On Load page actions, but it also does not work. Every time I open my app it goes straight to the page, even though the user is not authenticated.
I'm kind of stuck here and could use some help.