From 33ae3af171721a1d2069e0d81e193c7c62bba92b Mon Sep 17 00:00:00 2001 From: Maxim Bazuev Date: Thu, 1 Oct 2020 13:56:58 +0300 Subject: [PATCH] Update README.md remove config key from initialization, because if we use this key with empty, calling firestore throwing errors. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 962ac6e..d68e634 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,9 @@ var options = { "datePrefix": '__DATE:', "fieldValueDelete": "__DELETE", "fieldValueServerTimestamp" : "__SERVERTIMESTAMP", - "persist": true, - "config" : {} + "persist": true + // Use config to add custom app configuration, don't use empty config + // "config": {} }; if (cordova.platformId === "browser") {