Skip to content
Open
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
3 changes: 2 additions & 1 deletion doc/firebase-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).