After searching the docs I could not find any info on how to send device to device messages using FCM without the use of an external server.
For example, if I was cr
Yes, it's possible to do it without any server. You can create a device group client side and then you exchange messages in the group. However there are limitations:
Reference: Firebase doc See the section "Managing device groups on Android client apps"