Questions tagged [firebase-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.

About Firebase In-app Messaging

Firebase In-app Messaging is a component of the Firebase suite of tools for cross-platform application development.

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 Messaging to get users to subscribe, watch a video, complete a level, or buy an item. You can customize messages as banners, modals, or images, and set up triggers so that they appear exactly when they'd benefit your users most.

Use Firebase In-App Messaging to encourage exploration and discovery: highlight a sale or coupon in your ecommerce app, give clues or tips in your game, or prompt a like or share in your social media app.

Key capabilities

  • Send relevant, engaging messages

    Firebase In-App Messaging sends messages when they're most needed: while users are actually in your app. Promote your big sale when users visit your in-app store, not while they're in line at the grocery store. Highlight that cool, new level when users play your game, not when they're sitting down to watch the big game.

  • Target messages by audience or behavior

    Firebase In-App Messaging works with Analytics and Predictions to give you tools to deliver messages to the users you'd most like to reach. Send messages based on users' demographics, past behavior, or even predictions of their future behavior.

  • Create flexible, custom alerts

    With the ability to customize your messages' style, appearance, display triggers, and content all in a few clicks, Firebase In-App Messaging helps you do everything from sending promotional offers to getting users to update to a new version of your app.

Related tags

147 questions
4
votes
1 answer

How can I import firebase in-app-messaging-display api's source code into my android project?

I am trying to customize the firebase in-app-messaging-display's UI of "Image Only" and "Modal" mode. So I turned to the official documentation, but it is quite simple, by saying: Creating your own display is a two step process: 1.Write your own…
geekShaw
  • 161
  • 1
  • 9
4
votes
1 answer

Firebase/InAppMessaging error show in Xcode console

pod 'Firebase/Database' pod 'Firebase/InAppMessagingDisplay' pod 'Firebase/Messaging' Why this error? I read the document and setup code and project as well properly, but when I send InAppMessaging from firebase deshboard and open the app I got…
Deepak Singh
  • 241
  • 3
  • 11
4
votes
3 answers

Firebase In-app messaging button action doesn't work

In my iOS project, I have setup all the dependencies for firebase in-app messaging and on the button click I need to take the user to a webpage. The banner and the message is getting received in the device as required, but the button action doesn't…
ashif-ismail
  • 1,037
  • 17
  • 34
3
votes
0 answers

Firebase In-App Messaging - how to use new line

I'm trying to send some In-App Messaging to the users. To keep good-looking formating here, I'd need possibility to move some text into new line in one place. I'm trying to use \n, %n symbols in "Body" field, but none of theme works: I've also…
michalsol
  • 752
  • 8
  • 29
3
votes
0 answers

Issue triggering in-app messages containing deep links

I'm trying to trigger Firebase in-app messages with native Android deep links but the message doesn't display. The campaign name does display in my logcat so I believe it skips it I/FIAM.Headless: Already impressed Android On Boarding Message 2 Test…
3
votes
0 answers

After implementing In app messaging I am getting duplicate class dagger

Here is my Dependencies file dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.2.0-alpha02' implementation…
3
votes
1 answer

Firebase In App Messaging keeps removing Display Event Listener

I started to use in app messaging. After the first time it didn't work. When I look to logs it says display event listener removed (just after after opening the app). 2019-11-07 10:44:26.800 973-973/ I/FIAM.Headless: Setting display event…
Eren Tüfekçi
  • 2,463
  • 3
  • 16
  • 35
3
votes
2 answers

Firebase-InApp-Message show only one time in Smartphone

After implementing firebase dependencies to show firebase-in-app-massage. It works properly but one time. Then, If I again send message its not working..
Synonian_raj
  • 154
  • 1
  • 13
3
votes
1 answer

InAppMessage auto disappears once is shown

Hi I've recently added InAppMessaging to my project which seems to be easy to integrate, but for me doesn't work as it's expected. First of all I've added this to the build.gradle : implementation…
ziniestro
  • 686
  • 1
  • 11
  • 24
3
votes
5 answers

Firebase pod 'InAppMessagingDisplay'

I'm having difficulties installing Firebase new feature "In-App Messaging". When trying to run pod install on the project, I get this error: [!] CocoaPods could not find compatible versions for pod "Firebase/InAppMessagingDisplay": In Podfile: …
Knyhuus
  • 158
  • 1
  • 6
2
votes
0 answers

Can't retrieve Firebase App Installation ID for in app messaging flutter

I have followed the steps mentioned in the documentation to be able to test firebase_in_app_messaging inside my Flutter app. However, i have no logs on Android when i run my app and on iOS i have this log : 10.7.0 -…
Tom3652
  • 2,540
  • 3
  • 19
  • 45
2
votes
2 answers

Firebase in app messaging is not working in my react native project. Anyone having the same issue?

I'm getting push notification messages without any problem, but I'm having trouble with the in app message, my firebase versions are as followsenter image description here I did all the installations according to the documentation.But I don't know…
2
votes
1 answer

What is the deference between "firebase-messaging" and "firebase-inappmessaging-display"?

When i use Android Studio to add firebase in app messaging it adds this dependency to build gradle implementation 'com.google.firebase:firebase-inappmessaging-display:20.1.2' but it deosn't work till i add this one: implementation…
2
votes
1 answer

Flutter Firebase in-app messaging not working on publish

I'm using firebase_in_app_messaging: ^0.2.3 on my application. I can test my Firebase In-app messaging campaign on a real device, but when I published my campaign nothing seems to work. I'm using the default on_foreground trigger event and another…
genericUser
  • 4,417
  • 1
  • 28
  • 73
2
votes
1 answer

Firebase In-App Messaging messageClicked does not work ios swift

I'm using Firebase In-App Messaging service for my ios app. The message pop-up is shown perfectly. But when I click the button which is on the pop-up, nothing is happen even I write the below codes as Firebase Documentation on my app. Documentation…
1 2
3
9 10