Hello FlutterFlow Support / Developers!
I am facing an issue with the "Create Account" button in my app that is connected to Firebase Authentication for email/password sign-up. Despite setting up the Create Account logic correctly in the Action Flow Editor, the button redirects the user directly to the dashboard even though the account creation process has not been completed.
I have configured Firebase Authentication with email/password successfully and linked it to my FlutterFlow project.
Despite this setup, pressing the Create Account button immediately navigates the user to the dashboard without confirming if the account was successfully created.
Expected Behavior:
The "Create Account" button should only navigate to the dashboard after the account is successfully created in Firebase. If the account creation fails, an error message should be displayed, and the user should stay on the same page.
Actual Behavior:
The "Create Account" button is immediately redirecting the user to the dashboard regardless of whether the account was successfully created or not.
Could you please assist me in resolving this issue or let me know if there's a misconfiguration on my end? I have attached screenshots relevant to this issue for your reference.
Thank you for your support!