All Collections
Help & Troubleshooting Guides
Testing Your App
Social login/Google signin does not work in RUN/TEST or Web?
Social login/Google signin does not work in RUN/TEST or Web?

social login features such as Google sign-in, Facebook, Microsoft, etc. on RUN or TEST mode, or for your published web application

David avatar
Written by David
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.
โ€‹
โ€‹Documentation link

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 exact same URL to your Authorized domains.

Did this answer your question?