Skip to main content

Posts

Showing posts from November, 2022

How to Implement Firebase In-App-Messaging in Android

 Hello everyone , hope you are doing well ! In this blog we will learn how to implement Firebase In-App-Messaging. Before starting let me clarify about what is In-App-Messaging. Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. For example, you could send an in-app message to get users to subscribe, watch a video, complete a level, or buy an item. You can customize messages as cards, banners, modals, or images, and set up triggers so that they appear exactly when they'd benefit your users most. ~ From official Document In general way we can say that it is an app engagement tool that helps your users to connect with you app. Lets see how its looks like : It will show in you app when user open your app it is similar like any alert dialog box. The benefit of using Firebase In-App-Messaging is you can control your content and messages dynamically from your firebase console. S