Notes for Firebase Cloud Functions
- Instance Limits: Set a limit on the number of cloud function instances to save costs in production.
- Avoid Infinite Loops: Ensure a function does not repeatedly trigger itself, causing an infinite loop,which lead to a great costs.
- Limits to Deployment Frequency: Be aware of the frequency limits when deploying cloud functions.