Benjamin blog
  • Firebase cloud functions
  • Connect to aws database
  • connect-to-raspberry-pi-np-hdmi
  • Get your logs from your mobile to your desktop
  • Twitter bot
  • Crontab
  • Delete your git history
  • How I hacked my sons Duplo train to go faster using my voice
  • Finetune GTPT-3
  • Create a localhost tunnel
  • Paste clipboard to vim through ssh in Windows
  • Predictions of the future
  • Prisma
  • Connect to Raspberry Pi no HDMI output
Powered by GitBook
On this page

Firebase cloud functions

Install Firebase terminal application npm install -g firebase-tools

  • Init Firebase cloud function - firebase init

  • Deploy Firebase cloud function - firebase deploy

  • Test Firebase could function - firebase emulators:start

NextConnect to aws database

Last updated 3 years ago