Does existing firebase backend library works with v2.9 of flutter_chat_ui? #845
-
Super clean code, and this is one of the best chat library out there for flutter. I am looking to add chat feature in my app and could not figure out if the firebase backend library (https://pub.dev/packages/flutter_firebase_chat_core) works with v2.0 of flutter_chat_ui or not. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks! No, it is deprecated. UI itself is backend-agnostic though, so it works with anything. I didn't have time to finish tutorial yet on how to connect to Firebase with the v2.9 of the UI, but it should be straightforward, I know people use v2.9 with Firebase as backend. As soon as I will finish tutorial that firebase package will be archived and just point to the tutorial. |
Beta Was this translation helpful? Give feedback.
Thanks! No, it is deprecated. UI itself is backend-agnostic though, so it works with anything. I didn't have time to finish tutorial yet on how to connect to Firebase with the v2.9 of the UI, but it should be straightforward, I know people use v2.9 with Firebase as backend. As soon as I will finish tutorial that firebase package will be archived and just point to the tutorial.