Skip to content

Files

Latest commit

f9d1802 · Mar 21, 2025

History

History

firebase-inappmessaging-display

Firebase In-App Messaging Display SDK

Firebase In-App Messaging helps you engage users who are actively using your app by sending them targeted and contextual messages that nudge them to complete key in-app actions - like beating a game level, buying an item, or subscribing to content.

The FIAM Display SDK gives you more control over your in-app messages you send, allowing you to customize typeface, colors, transitions, corner radii, and more.

Running Tests

Unit tests: ../gradlew :firebase-inappmessaging-display:test

Integration tests, requiring a running and connected device (emulator or real): ../gradlew :firebase-inappmessaging-display:connectedAndroidTest

The best way to test is via the fiamui-app in this repo - you can run the test, or use Firebase Test Lab to run a series of UI tests. See fiamui-app/scripts for more details