added output ports for rtdb-push and firestore-add
This commit is contained in:
@ -29,6 +29,7 @@ input: {payload: {path: 'foo/bar'}, {some: 'object', foo: 17}}
|
||||
Pushes the new object onto an array under the path
|
||||
|
||||
input: {payload: {path: 'foo/bar'}, {some: 'object', foo: 17}}
|
||||
output: the url to the newly pushed data () something like "https://xxxx-1111.firebaseio.com/foo/quux/-LhzUELu7Vv4DCD16zTK")
|
||||
|
||||
## rtdb-query
|
||||
Set up a reactive query for a path in the rtdb database.
|
||||
@ -67,6 +68,7 @@ input: {payload: {path: 'foo/bar'}, {some: 'object', foo: 17}}
|
||||
Adds the new object under the collection the path describes and assigns it a random id
|
||||
|
||||
input: {payload: {path: 'foo/bar'}, {some: 'object', foo: 17}}
|
||||
output: The id of the new document
|
||||
|
||||
## firestore-query
|
||||
Set up a reactive query for a collection in the firestore database.
|
||||
|
||||
Reference in New Issue
Block a user