androidfirebasefirebase-in-app-messaging

Is it possible to re-route FCM's In-App Messaging popup?


I am using Firebase's In-App Messaging SDK. So when I run a campaign, it's shows the popup into my Launcher screen of the application.

But instead of that I want to show into the Home screen of the application. Is it possible?


Solution

  • I believe you can use a scheduler in the firebase console for that. You can specify after which event the FIAM should appear. On the screenshot below, I have added two events: on_foreground and open_profile_tab. The first one is added by default. Please notice, that the FIAM will be displayed after ANY of these events occur.

    In app messaging schedule option