From cd93bbb3102b2c9515b8c5f1fbb8f90fda1ff5e4 Mon Sep 17 00:00:00 2001 From: chrisbianca Date: Tue, 23 May 2017 10:30:06 +0100 Subject: [PATCH] [docs] Add information about Google Play Services --- docs/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 117ad9d7..0723f177 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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` | | 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: