Invalid Firebase configuration
Build failure: Invalid Firebase configuration
If your app build is failing, your build is not working, or your download is not completing and you see the message:
“Your last build failed. Details entered are either incorrect or invalid.”
This usually indicates an issue with your Firebase configuration settings. Incorrect, incomplete, or mismatched Firebase details can cause both Android and iOS build failures.
Why this build failure happens
Incorrect Firebase project settings
The wrong Firebase project is connected
Required services are not enabled
Invalid or mismatched keys and IDs
Package name or Bundle ID does not match Firebase
Any key, ID or credentials are incorrect
Social login misconfiguration (if enabled)
Google Sign-In is not configured correctly
OAuth credentials are missing or incorrect
How to fix this build failure
Verify your Firebase project
Log in to the Firebase Console
Open the Project settings connected to your app
Ensure the correct Android package name or iOS Bundle ID is added
The package name (Android) or Bundle ID (iOS) in Firebase must exactly match the one configured in your app Download dashboard.
Check Firebase configuration settings
Confirm that the app is properly registered in Firebase
Verify that all required services are enabled
Review any credentials entered in your dashboard
Even a small mismatch or missing value can cause the build to fail.
Review social login setup (if enabled)
Ensure Google Sign-In is enabled in Firebase
Confirm that SHA keys (for Android) are correctly added
Verify OAuth credentials
Rebuild your app
Go to the Download section
Click Rebuild under the relevant app card
Once all Firebase settings are corrected, your build failure should be resolved and the download should complete successfully.
Last updated
Was this helpful?