I sent you a direct message, but I'm not sure if it will arrive.
Until I get feedback from you, here are more details:
Server deployed with Docker: tinode/tinode-mysql:0.25.2 - the latest in Docker Hub
Android application with the latest changes - 0.25.3
fcm:
{
"name": "fcm",
"config": {
"enabled": true,
"project_id": "****",
"credentials_file": "/opt/tinode/google_credentials_file.json",
"time_to_live": 3600,
"android": {
"enabled": true,
"icon": "ic_logo_push",
"icon_color": "#3949AB",
"click_action": ".MessageActivity",
"msg": {
"title_loc_key": "new_message",
"title": "",
"body_loc_key": "",
"body": ""
},
"sub": {
"title_loc_key": "new_chat",
"body_loc_key": ""
}
}
}
}
Please let me know if there's something else I could provide. Thank you for your assistance!