Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbrjt authored Jun 30, 2024
1 parent bf87c2c commit e41eb45
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ Dir structure:
[Firebase console](https://console.firebase.google.com/u/0/project/fir-functions-d12ef/functions)

[GCP function logs](https://console.cloud.google.com/functions/list?project=fir-functions-d12ef)

Firebase commands:

firebase deploy --only functions
firebase deploy --only functions:myfunc
firebase functions:log --only myfunc
firebase init hosting:github
firebase init emulator
firebase emulators:start

0 comments on commit e41eb45

Please sign in to comment.