Hi everyone,
I’m trying to generate an Android mobile app using the Firebase Cloud Messaging plugin. I’ve followed all the required setup steps as described in the plugin documentation, but I’m encountering the following error when generating the app:
OS-MABS-GEN-40011: There was an issue generating the app. Some plugins using Google Services aren’t correctly configured. Check the plugin documentation to ensure the setup is right.
Here’s what I’ve done so far:
Set up the Firebase project and linked it to my app correctly.
Added the correct package name and App ID.
Uploaded the google-services.json file under Resources in the mobile app.
Added the required Extensibility Configurations (verified for typos).
Tried upgrading and downgrading MABS versions.
However, the issue persists in this specific app.
Android build logs show:
File google-services.json is missing. The Google Services Plugin cannot function without it.Searched Location: source/platforms/android/app/src/debug/google-services.jsonsource/platforms/android/app/src/google-services.jsonsource/platforms/android/app/src/Debug/google-services.jsonsource/platforms/android/app/google-services.json
Extensibility Configuration:
google-service file:
Hey there, from what you specified in the post everything seems to be correct, or at least I cannot find where the problem could be.
To avoid sharing application-specific data or any other sensitive data here, I believe the best course of action would be to open a ticket with OutSystems support directly, and they should be able to assist you.
@Nkosikhona Malibongwe Ndimande
Probably add also the GoogleService-Info.plist to your resources, or remove this entry form the Extensibility Configurations
Best regards,Jeroen Vormer