Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Firebase function example

Basic example using tinyhttp, typescript with firebase function.

Feel free to modify .firebaserc and firebase.json to fit your needs.

Setup

pnpm i
pnpx firebase login
tinyhttp new firebase-functions

Build & Run with local emulators

pnpm run serve

Deploy

You may need to active the bill before you deploy it (more info).

pnpm run deploy