Add a super simple Chat feature to your app. This is built on top of dart_board_firebase_database
and dart_board_authentication
.
- Configure Firebase for your platform (follow googles guides, not included here)
- Include DartBoardChatFeature() into your app
- Navigate to "/chat" to use.
Nav 2.0 support and deep linking to a channel Updates to the Chat support and UI
- /chats (chat list)
- /chats/ID (deep link to specific chat)
- /chat_screen (active chat + selector)
- Notifications (+ Link to active chat)