feat: Integrate Firebase Cloud Messaging for push notifications; add service to handle token and message reception

This commit is contained in:
k1ngsterr1
2026-01-16 23:06:41 +05:00
parent 7750f450e8
commit 431e3755c6
14 changed files with 1317 additions and 234 deletions

View File

@@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "123456789012",
"project_id": "rosetta-messenger",
"storage_bucket": "rosetta-messenger.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:123456789012:android:abcdef1234567890",
"android_client_info": {
"package_name": "com.rosetta.messenger"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}