You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd functions
npm install
npm run build:functions
cd ..
# run function locally (it'll not serve static files)
firebase serve
# deploy to firebase
firebase deploy
TODO
fix local development experience
About
Working example of deploying sapper to firebase functions.