> For the complete documentation index, see [llms.txt](https://benjamin-dals-hughes.gitbook.io/benjamin-blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://benjamin-dals-hughes.gitbook.io/benjamin-blog/firebase-cloud-functions.md).

# 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`
