ewojtach / node-red-contrib-firebase-storage

NodeRED nodes allowing to interact with Firebase storage
Apache License 2.0
2 stars 1 forks source link

Error: No Storage Bucket defined in Firebase Options #2

Open HurukHai opened 5 years ago

HurukHai commented 5 years ago

Hi, new here. Im using this: https://flows.nodered.org/node/node-red-contrib-firebase-storage to upload files to firebase. But everything breaks on deploy with the error: "Error: No Storage Bucket defined in Firebase Options." Obviously I'm configuring the option correctly(I guess): myproyect.appspot.com do you know if there are a bug or something?

diniremix commented 3 years ago

Hello, thank you very much for this node.

@ewojtach @HurukHai

I've made a couple of changes (fork) I updated the Firebase library and made some changes in the download url method, now it uses a promise. I also added a usage example.

I hope it helps.

pothirak commented 1 year ago

Hello, thank you very much for this node.

@ewojtach @HurukHai

I've made a couple of changes (fork) I updated the Firebase library and made some changes in the download url method, now it uses a promise. I also added a usage example.

I hope it helps.

How can I install your node?

I'm using Node-RED on Home Assistant.