Customize assets & Configurations
As begin mobile apps was built in assets, and needs to be customized according yours
There are main folder contents like this

Place your Firebase Cloud Messagging file for both (iOS & Android) into this folder

Result structure as below (If GoogleService-Info.plist & google-services.json included on package while you extract, it must replace with your own, dont use built-in FCM demo files)

And again using your fav editor to open this folder to customize some value as below, open config.xml file

Adjust id according your apps registered namespace on playstore and app store
Of Course, you can custom apps name eg Patrol Management Apps and author information as your details
Navigate to image assets inside www & res folder

Then quickly run this files to deploy your apps on development (for debug purpose) or production

You can check platform folder for result as mentioned also on terminal window

Done
Last updated