Files
react-native-firebase/docs/functions/index.md
2019-04-15 14:58:23 +01:00

2.0 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 using Yarn:

yarn add @react-native-firebase/functions

Integrating manually and not via React Native auto-linking? See the manual install linking steps for [Android](/{{ version }}/functions/android) & [iOS](/{{ version }}/functions/ios).

Getting Started

Learn the basics of using Cloud Functions from within your application. 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: