Skip to content

nthaidang/firebase-function-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIREBASE CLOUD FUNCTIONS

This is a small Firebase Function to update your FireBase Database whenever a video is upload to your Firebase Storage

Init Function

  1. Run firebase login to connect to your firebase application
  2. Run firebase init functions to init generate npm repertory

Deploy

  1. Run firebase deploy --only functions to deploy your functions.
  2. You can target a specific function too firebase deploy --only functions:updateDatabase

About

A Firebase Function to update Firebase Database when a video is uploaded to Firebase Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors