fixed bug in README
This commit is contained in:
@ -106,15 +106,14 @@ input:
|
||||
{
|
||||
"payload": {
|
||||
"path": "foo/bar",
|
||||
"queries":[],
|
||||
"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]
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user