From 4ef77ed56eeaf33e11dafea72eb88bef1bc2945e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregorio=20Palam=C3=A0?= Date: Fri, 15 Mar 2024 15:35:17 +0100 Subject: [PATCH] DOC06 - Document how to develop a function --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d26cf5d..87dae80f 100644 --- a/README.md +++ b/README.md @@ -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: