Skip to content

Commit 9f3aeb4

Browse files
authored
docs(remote_config): removed null-safety caution (firebase#6711)
1 parent a8e16b2 commit 9f3aeb4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/remote-config/overview.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Remote Config
33
sidebar_label: Overview
44
---
55

6-
:::caution
7-
This is a beta FlutterFire plugin and therefore is not yet production quality.
8-
:::
9-
106
## What does it do?
117

128
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={[
3127
</TabItem>
3228
<TabItem value="null-safe">
3329

34-
:::caution
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-
3830
Ensure you're using the Flutter `stable` channel:
3931

4032
```bash

0 commit comments

Comments
 (0)