Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to customise Firebase in-app messages?

I am using the image only message layout, attaching the screenshot of the current implementation.

firebase-in-app-message I need this image dialog to be filled the whole screen. Is there any configuration or customisation can be done to achieve it? Or what are the possible customisation to this dialog?

Also, Can we able to set font for top banner or modal message layout text?

like image 823
Suneesh Ambatt Avatar asked Feb 27 '19 08:02

Suneesh Ambatt


People also ask

How does Firebase in-app messaging work?

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.

What is the difference between Firebase Cloud Messaging and in-app messaging?

Firebase Cloud Messaging is for sending the usual push notifications for an app appearing on the phone's status bar. Firebase In-App Messaging is to display messages "in the app" to users who are currently using the app.

How do I test Firebase in-app messaging?

Go to the In-App Messaging tab on the Firebase Console, click on “New Campaign” and enter a Title for that campaign. 4. Click “Test on your Device”, enter your Installation ID and click on “Test” to send the message.

What is firebase in-app messaging?

Firebase In-App Messaging provides a useful set of preconfigured behaviors and message types with a default look and feel, but in some cases you may want to extend behaviors and message content. In-App Messaging allows you to add actions to messages and customize message look and feel.

How to create user audiences in the firebase app?

From the Firebase dashboard, you then have the option to create different user audiences based on the collected events. For example, you could create an audience for each Activity (Art, Board games, Cheese, Flying cards, Drinking tea) and send different in-app messages to each audience.

Why do I need to send a test message in Firebase?

Before you go any farther, send a test message to verify that you’ve configured the service correctly. As described in the Firebase documentation, Firebase In-App Messaging only retrieves messages from the server once per day.

How do I test my Firebase app on my Device?

In the Firebase Dashboard, select the Grow dropdown on the left. Then select the In-App Messaging tab and click Create your first campaign. Body: On this weekend! Then, click the Test on device button and paste your app’s Instance ID, which you copied earlier. Click the plus to add your Instance ID, then click the Test button.


1 Answers

We can use the Firebase In-App Messaging display SDK for Android to customize how In-App Messaging displays in our messages

Details : https://firebase.google.com/docs/in-app-messaging/customize-messages.

like image 187
Suneesh Ambatt Avatar answered Oct 19 '22 05:10

Suneesh Ambatt