Breaking down the new release of the second generation of cloud functions for firebase and it's new features
Cloud Functions for Firebase is a serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. Your JavaScript or TypeScript code is stored in Google's cloud and runs in a managed environment. There's no need to manage and scale your own servers.
Subscribe for more content 🔥👉 / @kimtos
Firebase Cloud Functions Docs: firebase.google.com/docs/functions
Google Cloud Secret Manager: cloud.google.com/secret-manager
🔖 Topics Covered
What Firebase Cloud functions 2nd gen ?
Leverage Concurrency to reduce cost and cold start of your cloud function
Use Google Cloud Secret Manager to store and encrypt sensitive d
コメント