File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,17 @@ We can pass _custom_ options by passing an object with configuration options. Th
222
222
223
223
| option | type | Default Value | Description |
224
224
| ----------------| ----------| -------------------------| ----------------------------------------|
225
- | debug | string/bool | false | When set to true, Firestack will log messages to the console and fire ` debug ` events we can listen to in ` js ` |
225
+ | debug | bool | false | When set to true, Firestack will log messages to the console and fire ` debug ` events we can listen to in ` js ` |
226
+ | bundleID | string | Default from app ` [NSBundle mainBundle] ` | The bundle ID for the app to be bundled with |
227
+ | googleAppID | string | "" | The Google App ID that is used to uniquely identify an instance of an app. |
228
+ | databaseURL | string | "" | The database root (i.e. https://my-app.firebaseio.com) |
229
+ | deepLinkURLScheme | string | "" | URL scheme to set up durable deep link service |
230
+ | storageBucket | string | "" | The Google Cloud storage bucket name |
231
+ | androidClientID | string | "" | The Android client ID used in Google AppInvite when an iOS app has it's android version |
232
+ | GCMSenderID | string | "" | The Project number from the Google Developer's console used to configure Google Cloud Messaging |
233
+ | trackingID | string | "" | The tracking ID for Google Analytics |
234
+ | clientID | string | "" | The OAuth2 client ID for iOS application used to authenticate Google Users for signing in with Google |
235
+ | APIKey | string | "" | The secret iOS API key used for authenticating requests from our app |
226
236
227
237
For instance:
228
238
You can’t perform that action at this time.
0 commit comments