Database

General

The Database node allows to create, read, update and delete objects on our managed instance of Firestore.

Input

CASE: Collection / Add

CASE: Collection / Get

CASE: Document / Get

CASE: Document / Update

CASE: Document / Set

CASE: Document / Delete

Environment variables:

  • firestore: Requires Project Id, Client Email and Private Key to be set.

Output

CASE: Collection / Add

CASE: Collection / Get

CASE: Document / Get

CASE: Document / Update

CASE: Document / Set

CASE: Document / Delete

Use Cases

Retrieve a document from the database.

  • Request (Get) ➡ Database (Get) ➡ Response (200)

Update a document from the database.

  • Request (Post) ➡ Database (Post) ➡ Response (200)

Last updated

Was this helpful?