AppGallery Connect Client JavaScript SDK Remote Configuration module
AppGallery Connect Remote Configuration allows you to change the behavior and appearance of your app online without requiring users to update the app. With the service, you can provide tailored experience for your users in a timely manner.
Learn More
Integrate the Remote Configuration SDK.
- Run the following command to integrate the Remote Configuration JavaScript SDK into your project:
```
npm install --save @hw-agconnect/remoteconfig
- Import the AppGallery Connect component to your project.
```
import agconnect from "@hw-agconnect/api";
import "@hw-agconnect/remoteconfig";
import "@hw-agconnect/instance";
For more details, please refer to
Getting Started with Remote Configuration