Add google-services-dev example file with dev package name

This commit is contained in:
Nick Manos
2024-05-29 13:55:09 -04:00
committed by Samuel Newman
parent f390167f66
commit 912db9ede6
2 changed files with 42 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ stats.json
# Firebase (Android) Google services # Firebase (Android) Google services
google-services.json google-services.json
google-services-dev.json
# Performance results (Flashlight) # Performance results (Flashlight)
.perf/ .perf/
+41
View File
@@ -0,0 +1,41 @@
{
"project_info": {
"project_id": "blueskyweb-example",
"project_number": "100000000000",
"firebase_url": "https://blueskyweb-example.firebaseio.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:123456789000:android:f1bf012572b04063",
"android_client_info": {
"package_name": "xyz.blueskyweb.app.dev"
}
},
"oauth_client": [
{
"client_id": "123456789000.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "123456789000"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}