when calling the firebasechatmessageService sendMessage method. It will use a controller in the code that is late initialized but not always. If you send the message without first opening a messagestream for that chat it will get an exception. The controller should be nullable or something so we can safely send messages without having opened a stream for that chat.
when calling the firebasechatmessageService sendMessage method. It will use a controller in the code that is late initialized but not always. If you send the message without first opening a messagestream for that chat it will get an exception. The controller should be nullable or something so we can safely send messages without having opened a stream for that chat.