I have been trying to read the official docs and guides about how to send message from one device to another. I have saved registration token of both devices in the Real Tim
Firebase has two features to send messages to devices:
The Firebase documentation shows this visually:
Sending messages from one device directly to another device is not supported through Firebase Cloud Messaging.
Update: I wrote a blog post detailing how to send notifications between Android devices using Firebase Database, Cloud Messaging and Node.js.
Update 2: You can now also use Cloud Functions for Firebase to send messages securely, without spinning up a server. See this sample use-case to get started.