How to use the firebase-function-tools/lib/thumbnail function in firebase-function-tools

To help you get started, we’ve selected a few firebase-function-tools examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github TarikHuber / react-most-wanted / packages / cra-template-rmw / template / functions / storage / thumbnails.js View on Github external
export default async function(object) {
  const thumbnail = await createThumbnail(object)

  if (thumbnail) {
    const { fileDir, downloadURL } = thumbnail

    await admin
      .database()
      .ref(fileDir)
      .update({ thumbnail: downloadURL })
  }

  return
}

firebase-function-tools

firebase-function-tools

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis