We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e16b2 commit 9f3aeb4Copy full SHA for 9f3aeb4
docs/remote-config/overview.mdx
@@ -3,10 +3,6 @@ title: Remote Config
3
sidebar_label: Overview
4
---
5
6
-:::caution
7
-This is a beta FlutterFire plugin and therefore is not yet production quality.
8
-:::
9
-
10
## What does it do?
11
12
Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to
@@ -31,10 +27,6 @@ values={[
31
27
</TabItem>
32
28
<TabItem value="null-safe">
33
29
34
35
-This package version is not null safe migrated yet, but has been implemented to be compatible with other null safe FlutterFire packages.
36
37
38
30
Ensure you're using the Flutter `stable` channel:
39
40
```bash
0 commit comments