Files
react-native-firebase/docs/functions/index.md
2019-08-21 16:07:01 +01:00

63 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" />
## Getting Started
<Grid columns="2">
<Block
icon="build"
color="#ffc107"
title="Quick Start"
to="/quick-start"
>
Install & Getting started with Cloud Functions.
</Block>
<Block
icon="assignment_turned_in"
color="#8e24aa"
title="Getting started with Cloud Functions"
version={false}
to="/guides/getting-started-with-cloud-functions"
>
Our getting started guide builds a mock product API using Cloud Functions and covers how you can
best integrate this with your React Native application.
</Block>
<Block
icon="school"
color="#4CAF50"
title="Guides"
version={false}
to="/guides?tags=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="/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)