Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
This commit is contained in:
17
android/native/app/google-services.json.example
Normal file
17
android/native/app/google-services.json.example
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "REPLACE_WITH_FIREBASE_PROJECT_NUMBER",
|
||||
"project_id": "REPLACE_WITH_FIREBASE_PROJECT_ID",
|
||||
"storage_bucket": "REPLACE_WITH_FIREBASE_STORAGE_BUCKET"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "REPLACE_WITH_ANDROID_APP_ID",
|
||||
"android_client_info": { "package_name": "de.yourpart.nativeapp" }
|
||||
},
|
||||
"api_key": [{ "current_key": "REPLACE_WITH_FIREBASE_API_KEY"}]
|
||||
}
|
||||
],
|
||||
"configuration_version": "1"
|
||||
}
|
||||
Reference in New Issue
Block a user