flutterfirebase-cloud-messagingfirebase-in-app-messaging

Is it possible to trigger a firebase in app messaging from postman to flutter app?


I need to trigger the firebase in-app messaging popup from postman like firebase push notification for flutter app. But i cant find proper solution for this. Can anyone suggest me some solution, if it is possible.

Thanks in advance!


Solution

  • In-app messaging is always triggered from within the app. There is no way to trigger it externally.

    To show a notification via an external trigger, use Firebase Cloud Messaging. There you can: