If you are creating a new function, see the Console Quickstart on Cloud Run. The content on this page only applies to existing legacy functions created with the Cloud Functions v1 API.
Stay organized with collections
Save and categorize content based on your preferences.
Cloud Run functions and Firebase
Cloud Run functions is Google's serverless compute solution for creating
event-driven applications. It is a joint product between the Google Cloud team
and the Firebase team.
For Google Cloud developers, Cloud Run functions serve as a connective layer
allowing you to weave logic between Google Cloud services by
listening for and responding to events.
For Firebase developers,
Cloud Run functions for Firebase
provides a way to extend the behavior of Firebase and integrate Firebase
features through the addition of server-side code.
Both solutions provide fast and reliable execution of functions in a fully
managed environment where there's no need for you to worry about managing any
servers or provisioning any infrastructure.
Cloud Run functions for Firebase
You should use Cloud Run functions for Firebase if you're a developer building a
mobile app or mobile web app. Firebase gives mobile developers access to a
complete range of fully managed mobile-centric services including analytics,
authentication and Realtime Database. Cloud Run functions rounds out the offering
by providing a way to extend and connect the behavior of Firebase features
through the addition of server-side code.
Firebase developers can integrate with external services for tasks like
processing payments and sending SMS messages. Also, developers can include
custom logic that is either too heavyweight for a mobile device, or
which needs to be secured on a server. See
to learn more about typical integration use cases.
For developers that need a more full-featured backend, Cloud Run functions
provides a gateway to the powerful capabilities in
Google Cloud.
Cloud Run functions for Firebase is optimized for Firebase developers:
Firebase SDK to configure your functions through code
Integrated with Firebase Console and Firebase CLI
The same triggers as Cloud Run functions, plus Firebase Realtime Database,
Firebase Authentication, and Firebase Analytics triggers
Cloud Run functions for Google Cloud
Developers can connect and extend Google Cloud services by writing code in the form of a
Cloud Run function. Cloud Run functions serve as a connective layer allowing you to
weave logic between Google Cloud services by listening for and responding to events. With
just a few lines of code, developers can enrich their use of Google Cloud services to
create higher level combinations without needing to provision or manage servers.
See the Cloud Run functions
documentation for more information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[[["\u003cp\u003eCloud Run functions offer a serverless compute solution for creating event-driven applications, jointly developed by Google Cloud and Firebase teams.\u003c/p\u003e\n"],["\u003cp\u003eFor Google Cloud developers, Cloud Run functions act as a connective layer to orchestrate logic between various Google Cloud services by responding to events.\u003c/p\u003e\n"],["\u003cp\u003eFirebase developers can use Cloud Run functions for Firebase to enhance Firebase features by adding server-side code and integrating with external services.\u003c/p\u003e\n"],["\u003cp\u003eBoth Cloud Run solutions offer a fully managed environment for executing functions, eliminating the need for server management or infrastructure provisioning.\u003c/p\u003e\n"],["\u003cp\u003eCloud 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.\u003c/p\u003e\n"]]],[],null,["# Cloud Run functions and Firebase\n================================\n\nCloud Run functions is Google's serverless compute solution for creating\nevent-driven applications. It is a joint product between the Google Cloud team\nand the Firebase team.\n\nFor **Google Cloud developers**, Cloud Run functions serve as a connective layer\nallowing you to weave logic between Google Cloud services by\nlistening for and responding to events.\n\nFor **Firebase developers** ,\n[Cloud Run functions for Firebase](https://firebase.google.com/docs/functions/)\nprovides a way to extend the behavior of Firebase and integrate Firebase\nfeatures through the addition of server-side code.\n\nBoth solutions provide fast and reliable execution of functions in a fully\nmanaged environment where there's no need for you to worry about managing any\nservers or provisioning any infrastructure.\n\nCloud Run functions for Firebase\n--------------------------------\n\nYou should use Cloud Run functions for Firebase if you're a developer building a\nmobile app or mobile web app. Firebase gives mobile developers access to a\ncomplete range of fully managed mobile-centric services including analytics,\nauthentication and Realtime Database. Cloud Run functions rounds out the offering\nby providing a way to extend and connect the behavior of Firebase features\nthrough the addition of server-side code.\n\nFirebase developers can integrate with external services for tasks like\nprocessing payments and sending SMS messages. Also, developers can include\ncustom logic that is either too heavyweight for a mobile device, or\nwhich needs to be secured on a server. See\nto learn more about typical integration use cases.\nFor developers that need a more full-featured backend, Cloud Run functions\nprovides a gateway to the powerful capabilities in\n[Google Cloud](https://cloud.google.com/docs/).\n\nCloud Run functions for Firebase is optimized for Firebase developers:\n\n- Firebase SDK to configure your functions through code\n- Integrated with Firebase Console and Firebase CLI\n- The same triggers as Cloud Run functions, plus Firebase Realtime Database, Firebase Authentication, and Firebase Analytics triggers\n\nCloud Run functions for Google Cloud\n------------------------------------\n\nDevelopers can connect and extend Google Cloud services by writing code in the form of a\nCloud Run function. Cloud Run functions serve as a connective layer allowing you to\nweave logic between Google Cloud services by listening for and responding to events. With\njust a few lines of code, developers can enrich their use of Google Cloud services to\ncreate higher level combinations without needing to provision or manage servers.\nSee the [Cloud Run functions\ndocumentation](/functions/1stgendocs) for more information."]]