Failed android app build - Google Firebase Configuration file uploaded is invalid

Hi, I’ve created my app and I’ve tried to build an android app but keep getting the error below.

I’ve followed the instructions and I’m having no luck. Please can anyone advise where I’m going wrong.

‘It seems your app build has encountered an issue.
It appears that the Google Firebase Configuration file uploaded is invalid.’

Hi @VonB

Thank you for reaching out.

The error message you’re seeing usually occurs if social login is enabled on AppMySite but authentication login has not been enabled in Google Firebase. To resolve this, please follow these steps:

Enable Authentication in Google Firebase:

  1. Go to the Firebase Console (https://console.firebase.google.com/) and select your project.
  2. In the left-hand menu, click on Build > Authentication.
  3. Navigate to the Sign-in method tab.
  4. Enable the authentication providers you need (e.g., Google, Facebook, Apple, etc.).
  5. Save the changes.

Once you have enabled authentication, please download the updated Firebase configuration file (google-services.json), upload it on AppMySite, and then try to rebuild your app.

If you continue to face any issues, feel free to reach out.