Forward chat functionality with quickblox - android

I am developing android application like whatsapp.
I want to forward my chat to another user. For that I have used quickblox account. But I don't understand how to do forward functionality like whatsApp does.
Can you please help me?
Thanks,

Server saves chat history. You may only save necessary messages or fields (as json file for example) and send it to another user or via email (using Android tools)

Related

can I send Whatsapp programmatically in my app flutter

I want to send WhatsApp messages in bulk, meaning my goal is that if the user gives me consent. I will be able to connect to his WhatsApp and send WhatsApp messages to a list of numbers that I will provide. Note: I don't want the user to leave my app, meaning I don't want the regular functionality that the WhatsApp app is opened with the number. I want that after the user's consent, I will be able to use the user WhatsApp to send around 200 WhatsApp messages automatically without leaving my app.
I saw the related answers each one did not work for me.
first answer - the regular functionality that just opened WhatsApp.
whatsapp flutter lib from what I saw, I can not send messages to a user who does not have WhatsApp for business.
android send whatsapp I saw this message that will allow me to do this in android only, and I need to find a way to write a custom function in Kotlin or Java to make it work.
flutter whatsapp - I saw the answers, but none of them told me if I could send a bulk of messages without opening the actual app.
I should note: there me be another approach that can work. Create a shortcut programmatically for ios, which will allow me to create a shortcut that will include the list of numbers with the text and activate the shortcut. But I could not figure out also how to do so.
On the apple form, someone asks this question and does not answer.
swift create a shortcut
tech: flutter, firebase
You will need to see what APIs WhatsApp has available that you can utilize. There isn't a current way to just send bulk messages directly from your app and they get sent in whatsapp. You need to work with WhatsApp's APIs to accomplish what you are trying to do.

Firebase Android chat like XMPP

I am developing a firbase chat application.
Using Firbase console i have gone through all basic stuffs like Create Users, send One to One Messaging, store and retrieve from firebase realtime database.
My Question is :
I want to develop a chat app like xmpp using firebase.
That means i want all functionality like users presense , is typing indication and send Notification while users are neither in background nor in the app.
I have tried using google but not getting proper result.
So if anyone know about this then please help me to any reference link or provide any idea how to achieve this.
I have used this link
https://firebase.google.com/docs/database/android/read-and-write
Thanking you.

android device to device communication using parse

I want to create a android application that allows to people to send a simple message to a contact.
I don't want to make a instant messaging app, but want the user to be able to send a small messages to another contact selected on the user list, using parse.
I would rather not use other services like Pubnub, because I have heard you can send messages using parse as a backend.
please could you provide a tutorial link or GitHub or just code to send message to contact.
here is the tutorial link for parse:
https://www.parse.com/tutorials/android-push-notifications
Also this is something you can implement yourself using a server and Google Cloud Messaging. It's not too difficult to do.
https://developers.google.com/cloud-messaging/

Realtime Web to Mobile Chat Application Using Firebase

We are building a real-time mobile to web text & image chat application using Firebase. Consumers can send messages to 10 categories for example, TV Help, Computer Help, Camera Help etc from an android mobile app. Agents will receive messages on an AngularJS web app where they can reply. Now, one category can have many agents under it.
For example, if ConsumerA sends a message to "Camera Help", the messages should be routed to AgentA & AgentB, if they are handling "Camera Help". Any of them can reply to the consumer.
What is the best way to structure a firebase database for this use case?
Also, we would like to send consumers android push notifications if the app is not in use. I have heard you can use a firebase queue, but it seems challenging, are there any examples of this?
Thanks
Well if I am to design your firebase it would be like,
Customer_name
Customer_number
Customer_address...and other customer related data
Category_of_item
Message
Time and date of message
The part of using firebase for push notifications is concerned, then there is no direct support for that in firebase I would suggest you to go for parse or GCM. Cheers :)

Is it possible to creat some chat in a website to send message in an app?

I wanted to create a chat browser that would send the message to an android app. For example, I do not have an app that my friend uses. However, I don't want to install the app. I will use this browser to send the message to my friend in his app. And when my friend gets this message in his app and he replies from his app, Me on the other hand will receive the message in this browser.
Are you developing both apps? If so, check out something like Firebase: https://www.firebase.com/. It is suited for exactly what you are looking for. Real-time updates to all clients that are connected.
These neat little App_Script created for Android with browser compatibility should do the trick. This takes both an input box and a message box.
Doing the desired function of sending and recievings Messages.
Documentation here
you will need to be in the same source Code as the other user or a mirror App like viber on the example you provided, on the other hand you could create an application to send regular texts to mobile phones, but that's another subject.

Categories

Resources