Firebase Write
Description
The Firebase Write tool is a tool that enables the writing of data in a Firebase Firestore database.
Parent Tools
Settings
Setup Tool
Reference to the Firebase Config tool.
info
The Firebase Config tool must be configured before using this tool.
Collection
The path to the collection in the Firebase Firestore database that the client wants to interact with. The path is relative to the root of the database.
Collection example
collection1/collection2/collection3
Field JSON String
The JSON string that contains the fields and values that the client wants to write to the collection.
This input supports Mark-up Text Input.
Field JSON String example
{
"field1": "value1",
"field2": "value2"
}