Hi Team
i am using firebase plugin Component.but at the time of Native app genetaion i am getting below error.
for that purpose i already discussed with outsystems support Team.but they mentioned it is fully Firebase component related problem.if i remove Firebase Component then it is generating the Native app.
also i am getting below error
below things are done
First you create a zip with this two files: google-services.json and GoogleService-Info.plis;
Name: google-services.zip
Deploy action: deploy to target directory
Target directory: concatenation of firebase. and your app identifier.
Hi,
Can you try to change the MABS version, to generate the build
https://success.outsystems.com/Documentation/11/Delivering_Mobile_Apps/Generate_and_Distribute_Your_Mobile_App#choosing-the-mabs-version-to-build-your-mobile-packages
If you are using your personal environment then you'll not be able to see/change your MABS version, for Outsystems forces all the personal environments to use the latest MABS version.
MABS 5.0 uses the Android API level 28, so you will be able to continue submitting your Android apps to Google Play, in line with the recent Google announcement.
MABS 5.0 uses Cordova Android engine 8.0.0 for Android apps. It is highly recommended that you revise your plugins to be compatible with this version.
MABS 5.0 now uses version 28 of Android support libraries.
With this release, we have dropped support for Android 4.4.
Ref Link :
https://success.outsystems.com/Support/Release_Notes/Mobile_Apps_Build_Service_Versions
https://success.outsystems.com/Support/Release_Notes/Mobile_Apps_Build_Service#MABS_Version_5.0
Try to change the MABS & generate the build, If it works then do report to the Owner of the plugin that it doesn't support on latest MABS.
++++++++++++++++++++++++++++++++++++++++++++++
Perhaps you can try this plugin which is also a good approach for Firebase & supports latest MABS 5.0 for Outsystems:
Firebase Mobile & Web Middleware
https://www.outsystems.com/forge/component-overview/4991/firebase-mobile
Check out the Firebase Mobile Sample application available here.
Check documentation:
Hope it helps,
Assif