chat21 / chat21-android-sdk

Android Chat SDK built on Firebase
http://www.chat21.org
MIT License
233 stars 98 forks source link

I am not be able to send messages in chat activity #33

Open Sumitx86 opened 5 years ago

Sumitx86 commented 5 years ago

String sender = (String) map.get("sender");

Getting null in sender string how could I fix this?

Chat messaged are not sending they are just stuck in the pending state. Getting following exception in the console : Error decoding message on onChildAdded Required sender field is null for message id : XXXXX

andrealeo83 commented 5 years ago

Have you installed https://github.com/chat21/chat21-cloud-functions as described on README?

MrJohn2014 commented 1 year ago

Same error there. Any luck with it?