mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-05 09:29:19 +08:00
54 lines
1.8 KiB
Markdown
54 lines
1.8 KiB
Markdown
---
|
|
title: Remote Config
|
|
description: Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update.
|
|
---
|
|
|
|
# Remote Config
|
|
|
|
React Native Firebase provides native integration with Remote Config, allowing you to change the appearance
|
|
and/or functionality of your app without requiring an app update. Remote Config values added into the Firebase
|
|
console are accessible via a JavaScript API, giving you full control over when and how these are applied and take
|
|
effect within your application.
|
|
|
|
<Youtube id="_CXXVFPO6f0" />
|
|
|
|
## Getting Started
|
|
|
|
<Grid columns="3">
|
|
<Block
|
|
icon="build"
|
|
color="#ffc107"
|
|
title="Quick Start"
|
|
to="/quick-start"
|
|
>
|
|
Install & begin integrating your Remote Config settings into your application.
|
|
</Block>
|
|
<Block
|
|
icon="school"
|
|
color="#4CAF50"
|
|
title="Guides"
|
|
version={false}
|
|
to="/guides?tags=config"
|
|
>
|
|
Remote Config has a wide range of use-cases. Our guides cover various scenarios on how to integrate it into your
|
|
application with real-world application.
|
|
</Block>
|
|
<Block
|
|
icon="layers"
|
|
color="#03A9F4"
|
|
title="Reference"
|
|
to="/reference"
|
|
>
|
|
The API reference covers everything required to successfully intgerate Remote Config into your apps.
|
|
</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-config)
|
|
- [Github Issues](https://github.com/invertase/react-native-firebase/issues?utf8=%E2%9C%93&q=is%3Aissue+sort%3Aupdated-desc+label%3Aconfig+)
|
|
- [Firebase Documentation](https://firebase.google.com/docs/perf-mon?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=config)
|