From 99395891ec714091a4e8630cfe0de10f717846f8 Mon Sep 17 00:00:00 2001 From: Udhaya-kumar-N <99577508+Udhaya-kumar-N@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:44:01 +0530 Subject: [PATCH] Migrated to new docs for firebase flutter --- doc/firebase-installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).