mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-13 01:18:59 +08:00
71 lines
2.1 KiB
Markdown
71 lines
2.1 KiB
Markdown
---
|
|
title: Cloud Functions
|
|
description: 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.
|
|
|
|
<Youtube id="vr0Gfvp5v1A" />
|
|
|
|
## Install
|
|
|
|
To get started, install the module on your platform:
|
|
|
|
<Grid columns="2">
|
|
<Block
|
|
title="Android"
|
|
to="/{{ version }}/functions/installation#android"
|
|
>
|
|
Follow the Android installation guide.
|
|
</Block>
|
|
<Block
|
|
title="iOS"
|
|
to="/{{ version }}/functions/installation#ios"
|
|
>
|
|
Follow the iOS installation guide.
|
|
</Block>
|
|
</Grid>
|
|
|
|
## Getting Started
|
|
|
|
<Grid>
|
|
<Block
|
|
icon="build"
|
|
color="#ffc107"
|
|
title="Quick Start"
|
|
to="/{{ version }}/functions/quick-start"
|
|
>
|
|
Hook your application up with your Cloud Functions in our quick start guide.
|
|
</Block>
|
|
<Block
|
|
icon="school"
|
|
color="#4CAF50"
|
|
title="Guides"
|
|
to="/guides?tag=functions"
|
|
>
|
|
Combining an application with Cloud Functions allows for rapid development cycles. Our guides
|
|
cover how to best utilize Cloud Firestore with other Firebase modules.
|
|
</Block>
|
|
<Block
|
|
icon="layers"
|
|
color="#03A9F4"
|
|
title="Reference"
|
|
to="/{{ version }}/firestore/reference"
|
|
>
|
|
The API reference covers every aspect to successfully integrate your application with
|
|
Cloud Firestore.
|
|
</Block>
|
|
</Grid>
|
|
|
|
## 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:
|
|
|
|
- [Stack Overflow](https://stackoverflow.com/questions/tagged/react-native-firebase-functions)
|
|
- [Github Issues](https://github.com/invertase/react-native-firebase/issues?utf8=%E2%9C%93&q=is%3Aissue+sort%3Aupdated-desc+label%3Afunctions+)
|
|
- [Firebase Documentation](https://firebase.google.com/docs/functions?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=functions)
|