From f2c775b36a11fa71f9eb1c52a2fb886e50a51580 Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Tue, 2 Feb 2021 15:49:32 +0100 Subject: [PATCH] fixed bug in README --- README.md | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb03f05..1a929bb 100644 --- a/README.md +++ b/README.md @@ -105,16 +105,15 @@ input: { "payload": { - "path": "foo/bar", - "queries":[], + "path": "foo/bar", "limit": 7, "startAt": 4000, // follows the orderBy property "endAt": 4050, // follows the orderBy property "orderBy": "shoeSize", "orderDirection": "asc", //default is "desc" "queries":[ - {"company", "==", "ACME"}, - {"createdAt", ">", 1560099394242} + ["company", [=="] "ACME"], + ["createdAt", ">", 1560099394242] ] } diff --git a/package.json b/package.json index 565a2df..64fefaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-firebase-admin", - "version": "1.1.28", + "version": "1.1.29", "description": "A node-red module that wraps the server-side admin SDK of firebase, firestore, et.c.", "main": "index.js", "scripts": {