All Collections
Help & Troubleshooting Guides
Run, Test, Preview Mode
Google Sign-In Doesn't Work In Run/Test Mode And Published Web application on web
Google Sign-In Doesn't Work In Run/Test Mode And Published Web application on web
A
Written by Ashley
Updated over a week ago

โ€‹If you want to use social login features such as Google sign-in, Facebook, Microsoft, etc. on RUN or TEST mode or for your published web application, you need to add your domain to Firebase Authentication/Authorized Domain.

By doing this, you will whitelist your domain for Firebase authentication and give permission to the social login performed from the domain as an origin.

Here are the steps to follow:

  1. Open your Firebase project.

  2. Go to Authentication > Settings.

  3. Select Authorized Domains.

You should now see a list of domains that are already authorized. To add your domain, click on the Add Domain button.
โ€‹

For instance, if you want to use social login in RUN mode in Flutterflow builds, you can whitelist this domain: app.flutterflow.io. If you published your app to yourapp.flutterflow.app, you need to add the same URL to your Authorized domains.


Side note: Specifically for the Test mode, you need to add our debug session URL to your authorized domains as well, as we explained here in test mode in the known issues panel.
โ€‹
You can copy the URL from the known issues menu.

Did this answer your question?