0

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?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

1

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

Piotr Prus
  • 334
  • 3
  • 10