ultisuite-client/mobile/native/firebase/google-services.json.example
R3D347HR4Y d6d18f911b
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Lots of stuff and mobile app
2026-06-17 00:13:28 +02:00

20 lines
775 B
Plaintext

{
"//": "PLACEHOLDER — download the real file from Firebase console (Project settings > Your apps > Android). Copy it (without .example) into each app's gen/android/app/ after `pnpm tauri android init`. DO NOT COMMIT the real file (it is gitignored).",
"project_info": {
"project_number": "REPLACE_SENDER_ID",
"project_id": "REPLACE_FIREBASE_PROJECT_ID",
"storage_bucket": "REPLACE.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "REPLACE_APP_ID",
"android_client_info": { "package_name": "space.ulti.mail" }
},
"api_key": [{ "current_key": "REPLACE_ANDROID_API_KEY" }],
"services": { "appinvite_service": { "other_platform_oauth_client": [] } }
}
],
"configuration_version": "1"
}