We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
defaultWriteSizeLimit
1 parent a793821 commit f1ebee6Copy full SHA for f1ebee6
build/nodes/firebase-config.html
@@ -134,7 +134,7 @@
134
135
let popover = null;
136
const msg = "Only available with PrivateKey authentication";
137
- const deployedNode = RED.nodes.node(this.id);
+ const deployedNode = RED.nodes.node(this.id) || this;
138
authType.on("change", function () {
139
if (deployedNode._config && deployedNode._config.authType === "privateKey") {
140
// Allow the action as long as the runtime-side node is running with a private key
0 commit comments