Are there any FCM apis specific to in-app messaging? https://firebase.google.com/docs/reference/fcm/rest mentions about POST /v1/{parent=projects/*}/messages:send
. I have used this for push notifications.
Can you use the same API to send in-app messages by just using the data
object and skipping the notification
object?