Quick-Chat icon indicating copy to clipboard operation
Quick-Chat copied to clipboard

NOTIFICATION & AUDIO MESSAGE & DELETE

Open schulz89sp opened this issue 7 years ago • 3 comments

Hi, meanwhile great work !!! I would like to know how to implement 3 things ...

  1. Notify when a message arrives;
  2. Send audio message;
  3. Delete the conversation.

Always if you can ... I follow you and look forward to the next version ... possible release date?

schulz89sp avatar May 09 '17 15:05 schulz89sp

Hi there

  1. It's on Firebase side, didn't dig deeper. I think it's possible, please check this: https://firebase.google.com/docs/cloud-messaging/
  2. It should be implemented same way as image. App should send audio data to storage and have some functionality to play audio.
  3. For every conversation, there is a conversation group and both users have that conversation ID in their profile. For deletion you should remove the conversation group and conversation IDs from users.

I'm busy these days, but hopefully in upcoming month I will be able to push a new version with improvements and new features. Thanks

aslanyanhaik avatar May 09 '17 17:05 aslanyanhaik

@schulz89sp Did you get any help for notification ?

mitulmarsonia avatar Oct 30 '17 18:10 mitulmarsonia

@aslanyanhaik I have checked document but i did not get proper way how to get notification when app in background or close. Can you please help me out ?

mitulmarsonia avatar Nov 05 '17 07:11 mitulmarsonia