mirror of
https://github.com/zhigang1992/expo.git
synced 2026-04-28 09:26:43 +08:00
* Google sign in module * Force web behavior for non-standalone apps * Fix api to match js / ios * Add activity toolbar * Improve api + cleanup * google-services.json config * Move OAuthViewController to versionned dir * Fix ios nits * Check for play services before system login * Fix nit commit, make OAuthViewController properly work in all screen orientations * Update clientIds in native-modules-test and mute video to preserve my sanity :) * Add google signin schema for ios shell apps, get exp keys from keys.json, tweak exp schema * Fix flow type * Fix bad commit * [iOS] Pod install after google sign in rebase fbshipit-source-id: ebf7266
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"project_info": {
|
|
"project_id": "${GOOGLE_PROJECT_ID}",
|
|
"project_number": "${GOOGLE_PROJECT_NUMBER}",
|
|
"name": "${GOOGLE_PROJECT_INFO}"
|
|
},
|
|
"client": [
|
|
{
|
|
"client_info": {
|
|
"mobilesdk_app_id": "${GOOGLE_MOBILE_SDK_APP_ID}",
|
|
"client_id": "android:host.exp.exponent",
|
|
"client_type": 1,
|
|
"android_client_info": {
|
|
"package_name": "host.exp.exponent",
|
|
"certificate_hash": "${CERTIFICATE_HASH}"
|
|
}
|
|
},
|
|
"oauth_client": [],
|
|
"api_key": [
|
|
{
|
|
"current_key": "${GOOGLE_CLIENT_API_KEY}"
|
|
}
|
|
],
|
|
"services": {
|
|
"analytics_service": {
|
|
"status": 2,
|
|
"analytics_property": {
|
|
"tracking_id": "${GOOGLE_TRACKING_ID}"
|
|
}
|
|
},
|
|
"cloud_messaging_service": {
|
|
"status": 2,
|
|
"apns_config": []
|
|
},
|
|
"appinvite_service": {
|
|
"status": 1,
|
|
"other_platform_oauth_client": []
|
|
},
|
|
"google_signin_service": {
|
|
"status": 1
|
|
},
|
|
"ads_service": {
|
|
"status": 1
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"client_info": [],
|
|
"ARTIFACT_VERSION": "1"
|
|
}
|