diff --git a/docs/overview.mdx b/docs/overview.mdx index d7849153cef7..c1d3ea3915f6 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -63,17 +63,16 @@ related usage until the initialization is completed. :::tip -If you're using FlutterFire in an existing application, you can safely remove any manual native installation -steps (such as the `google-services.json` or `GoogleService-Info.plist` files). Dart-only initialization -is backwards compatible with [manual-installation](./manual-installation.mdx). - +If you're using FlutterFire in an existing application, you can use Dart-only initialization for most plugins. +However, there are plugins that still require [manual-installation](./manual-installation.mdx) (i.e. using `google-services.json` or `GoogleService-Info.plist` files). +Please see this [usage guide](./cli.mdx#usage) to learn what plugins need manual installation. ::: ### Using the FlutterFire CLI -:::info +:::info -The FlutterFire CLI depends on the [Firebase CLI](https://firebase.google.com/docs/cli). If you haven't installed it yet, you can learn more about Firebase CLI in the [documentation](https://firebase.google.com/docs/cli). +The FlutterFire CLI depends on the [Firebase CLI](https://firebase.google.com/docs/cli). If you haven't installed it yet, you can learn more about Firebase CLI in the [documentation](https://firebase.google.com/docs/cli). :::