Skip to content

Commit

Permalink
DOC06 - Document how to develop a function
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Mar 15, 2024
1 parent c33adc6 commit 4ef77ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ There's nothing special about `src/feature-x/`, (replace "x" with any component

Any static assets, like images, can be placed in the `public/` directory.

## Firebase Functions

We make use of Firebase Functions in the project. To understand how they are used and how to contribute to Functions development or just how to develop your own Function, please, refer to the [Technical Documentation on Firebase Functions](https://github.com/gdgpescara/hedwig/wiki/Firebase-Functions).

## 🧞 Commands

All commands are run from the root of the project, from a terminal:
Expand Down

0 comments on commit 4ef77ed

Please sign in to comment.