Guide to preventing simaltaneous logins

Actions & Logic

Hello
I'am new to Flutter flow. Can someone please guide me on how to prevent simaltaneous login on my app that uses Google Autnetication that does not invovle using cloud functions (as it requires the paid tier of Firebase, the Blaze plan).

What have you tried so far?

I've tried using Updating App State for a local variable that I want to use conditional logic later on at the load of the logged in page but the problem I'm facing is

that the block of actions after Authentication>Create Account and Authentication>Login is skipped as the app direclty naivagates to the Logged in page, even when the Navigate Automatically is turned off.

Did you check FlutterFlow's Documentation for this topic?
No