Cloud Functions is an event-driven serverless compute platform . Cloud Functions allows you to write your code without worrying about provisioning resources or scaling to handle changing requirements.
Read moreAre Cloud Functions free in Firebase?
Cloud Functions is available on all Firebase pricing plans, including our free tier . The free tier allows you to quickly experiment and try out integration with other Firebase products. For our Blaze plan, you only pay for what you use. Blaze customers also receive a monthly allotment of free usage for Cloud Functions.
Read moreHow do I use TypeScript with Firebase?
Migrating an existing JavaScript project to TypeScript
Read moreAre Firebase functions secure?
Firebase will block any updates to a node that is not owned by that user, so we are guaranteed a secure function invocation based on the underlying Firebase architecture .
Read more