mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-08 17:46:45 +08:00
2.1 KiB
2.1 KiB
title, description
| title | description |
|---|---|
| Cloud Functions | Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. |
Cloud Functions
Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.
Install
To get started, install the module on your platform:
Follow the Android installation guide. Follow the iOS installation guide.Getting Started
Hook your application up with your Cloud Functions in our quick start guide. Combining an application with Cloud Functions allows for rapid development cycles. Our guides cover how to best utilize Cloud Firestore with other Firebase modules. The API reference covers every aspect to successfully integrate your application with Cloud Firestore.Learn more
Our documentation is a great place to start, however if you're looking for more help or want to help others, check out the resources below: