Skip to content

Instantly share code, notes, and snippets.

@spencercarli
Created March 9, 2016 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spencercarli/8e42c95679df9a6e2119 to your computer and use it in GitHub Desktop.
Save spencercarli/8e42c95679df9a6e2119 to your computer and use it in GitHub Desktop.
Connecting the Meteor and React Native Apps - settings.json
/* MeteorApp/settings.json */
{
"google": {
"client_secret": "MY_WEB_APP_SECRET",
"client_id": "MY_WEB_APP_CLIENT_ID",
"validClientIds": [
"MY_WEB_APP_CLIENT_ID",
"MY_IOS_APP_CLIENT_ID"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment