20 lines
775 B
Plaintext
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"
|
|
}
|