flutter_firebase_realtime_chat_core 1.0.1 flutter_firebase_realtime_chat_core: ^1.0.1 copied to clipboard
Forked version of `flutter_firebase_chat_core` to use Firebase Realtime DB instead of Firestore.
README #
This package is a fork of flutter_firebase_chat_core to support Firebase Realtime DB instead of Firestore.
In theory, using Firebase Realtime DB for a chat app should result in lower cost due to the fact that Firestore charges based on the number of read/writes whereas Realtime DB charges based on bandwidth.