I have successfully implemented firebase In-app messaging, working fine. Is there any option to send In-app message whenever we want?
Firebase in-app messages are automatically triggered based on rules you write when you build the app.
If you want to show a message in an app at a moment you determine after the app has shipped, you should use Firebase Cloud Messaging for delivering those messages, or at least to trigger their display.