interface GoogleFirebaseRealtimeDatabaseNodeParameters {
attributes?: string;
operation?:
| "create"
| "get"
| "update"
| "delete"
| "push";
path?: string;
projectId?: string;
}
Properties§
§
§
§
§
readonly attributes?: string
readonly operation?: "create" | "get" | "update" | "delete" | "push"
Default: "create"
readonly path?: string
Object path on database. Do not append .json.
readonly project Id?: string
As displayed in firebase console URL. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getProjects"}
Attributes to save