deer social fork for personal usage. but you might see a use idk. github mirror

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

authored by Nick Manos and committed by Elijah Seed-Arita b4fe8dd1 1354fd26

+1
.gitignore
··· 101 101 102 102 # Firebase (Android) Google services 103 103 google-services.json 104 + google-services-dev.json 104 105 105 106 # Performance results (Flashlight) 106 107 .perf/
+41
google-services-dev.json.example
··· 1 + { 2 + "project_info": { 3 + "project_id": "blueskyweb-example", 4 + "project_number": "100000000000", 5 + "firebase_url": "https://blueskyweb-example.firebaseio.com" 6 + }, 7 + "client": [ 8 + { 9 + "client_info": { 10 + "mobilesdk_app_id": "1:123456789000:android:f1bf012572b04063", 11 + "android_client_info": { 12 + "package_name": "xyz.blueskyweb.app.dev" 13 + } 14 + }, 15 + "oauth_client": [ 16 + { 17 + "client_id": "123456789000.apps.googleusercontent.com", 18 + "client_type": 3 19 + } 20 + ], 21 + "api_key": [ 22 + { 23 + "current_key": "123456789000" 24 + } 25 + ], 26 + "services": { 27 + "analytics_service": { 28 + "status": 1 29 + }, 30 + "appinvite_service": { 31 + "status": 1, 32 + "other_platform_oauth_client": [] 33 + }, 34 + "ads_service": { 35 + "status": 2 36 + } 37 + } 38 + } 39 + ], 40 + "configuration_version": "1" 41 + }