diff --git a/doc/firebase-installation.md b/doc/firebase-installation.md index afb574a..3c59b89 100644 --- a/doc/firebase-installation.md +++ b/doc/firebase-installation.md @@ -3,6 +3,7 @@ id: firebase-installation title: Installation --- -This library depends on [FlutterFire](https://firebase.flutter.dev/). Follow the instructions there to configure the Firebase project and install [Core](https://firebase.flutter.dev/docs/core/usage), [Authentication](https://firebase.flutter.dev/docs/auth/overview) and [Cloud Firestore](https://firebase.flutter.dev/docs/firestore/overview) plugins. +This library depends on [FlutterFire](https://firebase.google.com/docs/flutter/setup?platform=android +). Follow the instructions there to configure the Firebase project and install [Core](https://pub.dev/packages/firebase_core/install), [Authentication](https://firebase.google.com/docs/auth/flutter/start) and [Cloud Firestore](https://firebase.google.com/docs/firestore/quickstart) plugins. Add `flutter_firebase_chat_core` to your package's `pubspec.yaml` file. Check current version on [pub.dev](https://pub.dev/packages/flutter_firebase_chat_core/install).