This is a small Firebase Function to update your FireBase Database whenever a video is upload to your Firebase Storage
- Run
firebase loginto connect to your firebase application - Run
firebase init functionsto init generate npm repertory
- Run
firebase deploy --only functionsto deploy your functions. - You can target a specific function too
firebase deploy --only functions:updateDatabase