[docs] Add information about Google Play Services

This commit is contained in:
chrisbianca 2017-05-23 10:30:06 +01:00 committed by GitHub
parent 5120bc8b46
commit cd93bbb310
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ const firebase = RNFirebase.initializeApp({
|----------------|----------|-------------------------|----------------------------------------| |----------------|----------|-------------------------|----------------------------------------|
| debug | bool | false | When set to true, RNFirebase will log messages to the console and fire `debug` events we can listen to in `js` | | debug | bool | false | When set to true, RNFirebase will log messages to the console and fire `debug` events we can listen to in `js` |
| persistence | bool | false | When set to true, database persistence will be enabled. | | persistence | bool | false | When set to true, database persistence will be enabled. |
| errorOnMissingPlayServices | bool | true | (Android only) When set to true, will throw an error if Google Play Services isn't installed. |
| promptOnMissingPlayServices | bool | true | (Android only) When set to true, will prompt the user to install Google Play Services if it isn't installed. This takes precedence over `errorOnMissingPlayServices`.|
For instance: For instance: