Hi everyone,
I’m encountering a problem with my FlutterFlow app’s web login flow. I’ve successfully set up a custom domain (e.g., app.mydomain.com
) in Firebase and have integrated it with my FlutterFlow project. However, when I attempt to log in using Google Sign-In (or any other web-based authentication), the redirect still goes through my Firebase project’s default domain (myproject.firebaseapp.com
) rather than using my configured custom domain.
I’ve confirmed that my custom domain is added as an authorized domain in Firebase Authentication, and I’ve also connected it to FlutterFlow without any apparent issues. Is there an additional step I need to take so that the web login flow uses my custom domain instead of the default Firebase domain?
Any insights or suggestions would be greatly appreciated. Thank you!