如果您要开发移动应用或移动 Web 应用,则应使用 Cloud Functions for Firebase。Firebase 为移动开发者提供一系列完全托管且以移动为中心的全方位服务,包括 Analytics、身份验证和实时数据库。Cloud Functions 使得该产品更加完善,让您可以通过添加服务器端代码来扩展和关联 Firebase 功能的行为。
Firebase 开发者可以轻松集成外部服务,以处理付款和发送短信等操作。此外,开发者还可以添加过于庞大而不适合在移动设备上处理的自定义逻辑,或者需要在服务器上进行安全保护的自定义逻辑。详细了解典型的集成使用场景。开发者如果需要功能更全面的后端,则可借由 Cloud Run functions 使用 Google Cloud 中的强大功能。
Cloud Functions for Firebase 针对 Firebase 开发者进行了优化:
开发者可以通过以 Cloud Run functions 函数的形式编写代码来关联和扩展 Google Cloud 服务。您可将 Cloud Run functions 用作连接层,从而通过监听并响应事件来构建各 Google Cloud 服务之间的逻辑。只需几行代码,开发者就可以使用 Google Cloud 服务实现更丰富的用途,创建更高级别的组合,而无需预配或管理服务器。如需了解详情,请参阅 Google Cloud Run functions 文档。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-14。"],[[["Cloud Run functions offer a serverless compute solution for creating event-driven applications, jointly developed by Google Cloud and Firebase teams."],["For Google Cloud developers, Cloud Run functions act as a connective layer to orchestrate logic between various Google Cloud services by responding to events."],["Firebase developers can use Cloud Run functions for Firebase to enhance Firebase features by adding server-side code and integrating with external services."],["Both Cloud Run solutions offer a fully managed environment for executing functions, eliminating the need for server management or infrastructure provisioning."],["Cloud Run functions for Firebase is specifically tailored for mobile app developers, offering Firebase SDK, console and CLI integration, and triggers for Realtime Database, Authentication, and Analytics."]]],[]]