mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-03 22:48:36 +08:00
1.8 KiB
1.8 KiB
title, description
| title | description |
|---|---|
| Remote Config | 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.
Getting Started
Install & begin integrating your Remote Config settings into your application. 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. The API reference covers everything required to successfully intgerate Remote Config into your apps.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: