Skip to content

tatelax/flutter_firebase_realtime_chat_core

 
 

Repository files navigation

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.

Languages

  • Dart 49.1%
  • C++ 24.1%
  • CMake 19.0%
  • Ruby 2.8%
  • HTML 1.9%
  • Swift 1.6%
  • Other 1.5%