Skip to main content

Firebase In-App Messaging

Firebase's in-app messaging enables you to reach your users at precisely the right moment when they are most engaged by delivering targeted messages and content directly within your app. Use it to promote new content, announce new features in your app, or share important updates. More info about it can be found here.

Prerequisites

  1. Firebase In-App Messaging plugin has to be added to the app.

  2. Google Analytics for Firebase plugin is added to the version, as missing this plugin can result in a failed build.

  3. Make sure that the app is set up correctly in the Firebase Console.

note
  • To conserve power, Firebase In-App Messaging only retrieves messages from the server once per day. That can make testing difficult, so the Firebase console allows you to specify a test device that displays messages on demand. More info can be found here.

  • Users who opt out of tracking on iOS will likely not receive targeted Firebase in-App Messages, due to Apple's App Tracking Transparency (ATT) framework.