Skip to content

docs: Update "overview.mdx" regarding when to use manual installation for initializing app. #8167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

:::

Expand Down