Give your customers an even easier login with their favorite Apps ⎯Google Login.
🔵 Feature included from Pro Plan
Learn how it works and how to configure it.
The first thing we have to do is go to the account that we have in Firebase.
Here in Firebase, you click on Build and then Add Project.
After clicking on add project, this screen will appear, where you must give your Project a name.
PS: Make sure to change the ID/name for your Login, so you can use your brand's name
You click on the button that says: Select parent resource.
This button will select the parent resource where you want that project to be. And you click on continue.
In the next step, you must ensure that Google Analytics is Enabled for that project.
After clicking Continue, you will go to the menu (left side of your screen) and click on Project Overview, and the following screen will appear.
On this screen, you click where it says: Add App, and different options will appear; in this case, we will choose the Android option.
We will move on to our Ordering Dashboard since we need to extract some data.
In the Builder, we will select the project (app) that we want to have the Google Login.
And we are going to copy the Name and the Package.
It will also ask us for the SHA-1; this is obtained with a support agent; please contact [email protected], we'll help you.
When you click "Register App," it will give you a file you must download.
🚨 Very Important: Save this file because if you lose it, you'll have to do all the steps again. 🚨
To the following steps, click Continue.
In the next step, we will click on Authentication in the menu, and the following screen will appear.
Here we will click on "Get Started."
We will select the option "Google."
Here, we will only add the user's email.
If that option ain't showing, enable the "Google" sign-in method.
On this screen in Firebase, you will copy the code that comes in the part of WEB CLIENT ID.
We click the "Save" button, and the app we just uploaded will appear as Enabled.
We move to our Dashboard, and we are going to click on the following:
You'll find these settings in the Pro section:
Google Login ID
In Google Settings, we will paste the code we copied in Firebase (Web Client ID) in the "Google Login ID" part, enabled Google Login, and save it.
Web Client Secret
Add the Web client secret from your firebase account to the General Google Client ID Services, and do the same for the Secret Services.
Google Login and API KEY
From this window, you will copy API KEY and AUTHDOMAIN; these are data you'll use later on your Ordering Dashboard.
Authentication module
Now let's go back to the Authentication module.
Click on Authentication (menu), Settings, and Authorized Domains.
Next, click on the "Add domain" button, and this part will appear; here, we will add our domain name and click on Add.
Configure iOS
Create a new iOS app in the project dashboard.
Add the package of your app and a name ( the package must be the same as android)
The app store ID is optional.
Register the app and download the GoogleService.Info.plist
Then, to complete the configuration, press Next, Next, Next, and continue to console
At last, enable Google Login, and that's it! Test it.


