Cloud Functions for Firebase
Run backend code without managing servers
A serverless framework that lets you automatically run backend code in response to events triggered by background events, HTTPS requests, the Admin SDK, or Cloud Scheduler jobs.
Crea un backend sin servidores
Create functions that are triggered by Firebase products, such as changes to data in the Realtime Database, new user sign-ups via Auth, and conversion events in Google Analytics. Are you a Google Cloud developer? See Google Cloud Functions.

Ejecuta tu código de backend para dispositivos móviles sin administrar servidores
Cloud Functions are single-purpose JavaScript and Python functions that are executed in a secure, managed serverless environment. They are only executed when a specific event being watched is emitted.
Poco mantenimiento
Deploying your code to our servers requires just one command. After that, Cloud Functions automatically scales up computing resources to match the usage patterns of your app. You never have to worry about SSH credentials, server configuration, provisioning new servers, or decommissioning old ones.


Protege la privacidad y seguridad de tu lógica
En muchos casos, la lógica de aplicación se controla mejor en el servidor a fin de evitar alteraciones del lado del cliente. Cloud Functions está completamente aislado del cliente, de manera que puedes estar seguro de que sus funciones son privadas, están protegidas y no admiten procedimientos de ingeniería inversa.