node-red-contrib-firebase-storage 1.2.0

NodeRED nodes to manage files stored in Firebase Storage

npm install node-red-contrib-firebase-storage

Node-RED nodes allowing to interact with Firebase storage. Upload node - allows to upload files to Firebase Storage Bucket

Install

Install from npm

npm install node-red-contrib-firebase-storage

Usage

Firebase Upload Node allows uploading files to Google Firebase File Storage. Input param is msg.attachments - array of file description objects to be stored in Firebase bucket. Each attachment should contain at least fileName , content and contentType properties. Node output contains msg.downloadUrl - download URL for uploaded file.

Firebase Download Node allows resolving file name to download URL. Input param is msg.fileName - download file name. Node output contains msg.downloadUrl - download URL for file.

Firebase configuration properties

  • Firebase Project - projectId from Firebase config file.
  • API Key - apiKey from Firebase config file.
  • storageBucket - storageBucket from Firebase config file, eg. "my-project.appspot.com".

Node Info

Version: 1.2.0
Updated 4 years, 8 months ago
License: Apache-2.0
Rating: 1.0 2

Actions

Rate:

Downloads

9 in the last week

Nodes

  • upload-to-firebase
  • download-from-firebase
  • config-firebase

Keywords

  • node-red
  • firebase
  • storage
  • upload
  • download

Maintainers