interface GoogleFirebaseRealtimeDatabaseNodeParameters {
attributes?: string;
operation?:
| "create"
| "get"
| "update"
| "delete"
| "push";
path?: string;
projectId?: string;
}
Properties§
Source§readonly project Id?: string
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