Hello everyone
I have a mobile application in the company's development environment and created a firebase project and only configured it for Android, but when generating the application for IOS, it gives an error "Error installing Cordova plugin: cordova-plugin-firebase".
The Android application generates normally, but notifications do not work. I basically did the following steps:
after these settings, the apps start generating automatically and for IOS gave the error mentioned above and the android notifications do not work, although the app has been successfully generated.
Has anyone ever experienced this?
Thanks,
Neide
Problem solved, I was not passing the correct value in the ApplicationId parameter of the action "SendNotificationToUser"
Thanks