Latest Android Studio version is recommended, which can be downloaded from here
FireApp - Android App > OK{primary} after build finishes you will get an error
google-services.jsonis missing ,to solve this you have to Setup Firebase after changing Package Name
go to build.gradle and change applicationId value then click 'Sync Now' at the top

go to build.gradle and change app_name value, also you might want to change app_folder_name value to change the actual folder name in the Phone then click 'Sync Now' at the top
Enable Ads: go to build.gradle and change the following value as you need. "true" to enable and "false" to disable (with quotes)
are_ads_enabled to enable/disable adsis_status_ad_enabled to enable/disable Ads in 'Status' Pageis_calls_ad_enabled to enable/disable Ads in 'Calls' Pageis_new_chat_ad_enabled to enable/disable Ads when you choosing a contact to chat withis_interstitial_ad_enabled to enable/disable Popup Ads when opening 'Chat' PageFill in the units IDs:
admob_app_idbanner_unit_id_new_chat , banner_unit_id_main and interstitial_ad_id
lastly click 'Sync Now' at the top.you can do that by going to build.gradle and change group_invite_host value to your domain's website, then click 'Sync Now' at the top
example: join.fireapp-chat.com
you can do that by going to build.gradle and change twitter_account , website , email values to what you want , then click 'Sync Now' at the top
if you want to add your own stickers go to app\src\main\assets\stickers and paste all stickers images in this folder (should be in png or jpg)
in Android Studio on the left panel select app folder > right click > new > Image Asset > make sure Launcher Icons(Adaptive and Legacy) is selected choose your asset, adjust background color if needed > next > finish
![]()