iOS build for social login

How to configure social login for the iOS apps?

The social login feature is available for WordPress, WooCommerce and Custom app solutions, allowing app users to log in using Google and Apple. Follow these steps to configure your iOS app build for social login:

Step 1

Step 2

  • Navigate to Google Firebase.

  • Generate the google-services.json file from the Project Overview> Project Settings.

  • Under the General tab, go to "Your Apps" section and click on your iOS app

  • Download the GoogleServices-Info.plist from your Google Firebase account.

  • Upload the .plist file in the Google Firebase configuration field.

  • Click on Save.

Visit this link for a complete guide on creating a Firebase app project:

Create Firebase project

Step 3

Now, enable Google authentication as a Sign-in provider in your Firebase account:

  • Navigate to the Authentication section from the sidebar.

  • Click on the Sign-in method.

  • Then, click on Add new provider.

  • Select Google from the list of additional providers.

  • In the popup menu, turn on the Enable toggle.

  • Click Save to finalize the changes.

Google login will not function unless Google is selected as a provider in the Sign-in Method section of the authentication settings on your Firebase account.

Last updated