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?: stringObject path on database. Do not append .json.
readonly project Id?: stringAs displayed in firebase console URL. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getProjects"}
Attributes to save