Cross-platform text, image, video Chat for Android, iOS and the Internet using Firebase / Parse / PubNub

I want to develop a cross-platform chat application that I can use to send text, URLs, images, locations, videos to my friends, which can be on android / iOS / web.

I want the chat to be in real time , and I want to make sure that even if the user does not use the application, he receives a “ Notification ” for a new incoming chat message.

How to do this using only Firebase or just Parse or just PubNub? If this is not possible, we can explore the possibility of using them in combination.

Notes / Problems: 1. Firebase: it has “Firechat” for the Internet, “firechat / swiftchat” for iOS, and “chat” for Android. How to synchronize them with each other?

  1. PubNub has a restriction on sending only 32kb in one message.

  2. I read several places that Parse does not support live chat?

I tried to find different questions here, but did not find a solution that would satisfy all my requirements.

+4
source share
1 answer

Use PubNub for live chat. There are SDKs for all the platforms you have listed. For images, you send / receive data using the image URL, storing images using Parse.

( / ) , , .

push- PubNub Parse.

, EON PubNub. http://www.pubnub.com/developers/eon/

+3

All Articles