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!
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: