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
156
votes
11 answers

Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules guava-20.0.jar (com.google.guava:guava:20.0)

When I use implementation 'com.google.firebase:firebase-inappmessaging-display:17.2.0' in my app/build.gradle, I get this error: Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules guava-20.0.jar…
Jaime Montoya
  • 6,915
  • 14
  • 67
  • 103
44
votes
2 answers

What is the difference between Firebase Cloud Messaging and Firebase In-App Messaging

What is the difference between Firebase Cloud Messaging and Firebase In-App Messaging? They both send notifications to your app that something has happened. I took a look at their docs and these are their one-line descriptions: Firebase Cloud…
CoderUni
  • 5,474
  • 7
  • 26
  • 58
14
votes
3 answers

Firebase In-App Messaging showing in SplashActivity. How to show it in MainActivity?

I have enabled Firebase In-App messaging for my android app. When i am testing In-App Messaging it is showing in SplashActivity of the app. Activity flows like: SplashActivity>LoginActivity>MainActivity Note: SplashActivity just have runnable to get…
12
votes
1 answer

Unable to use Firebase in-app messaging in Android?

I'm trying to implement the new Firebase in-app messaging feature to my Android app.but for whatsoever reason the app is crashing the moment I added the library to my gradle. This is my gradle: implementation…
10
votes
4 answers

How to get "Apps Instance Id" in Flutter

i want to setup firebase inapp messaging on my flutter apps. first, it need FirebaseInstanceId as explained here, so i can test send message to my device. However the document does not tell more detail how to get it on Android, especially on…
questionasker
  • 2,536
  • 12
  • 55
  • 119
9
votes
3 answers

Issue in adding Firebase In-App Messaging

I had been trying to add Firebase in-app messaging into our android project. It builds successfully but when i run the app in emulator/device it throws the following error. com.android.builder.dexing.DexArchiveBuilderException:…
Gowtham Raj
  • 2,915
  • 1
  • 24
  • 38
8
votes
1 answer

Resolve Firebase InApp Messasing and Dialogflow dependencies

I have a project where I am using both FirebaseInAppMessaging and Dialogflow but I am having a hard time resolving the dependencies. After adding both FirebaseInAppMessaging and Dialogflow, I get the following error: Duplicate class…
8
votes
1 answer

How to customise Firebase in-app messages?

I am using the image only message layout, attaching the screenshot of the current implementation. 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…
Suneesh Ambatt
  • 1,347
  • 1
  • 11
  • 41
8
votes
4 answers

Why isn't Firebase In-App Messaging working on physical iOS device?

Currently, I am trying to get Firebase In-App Messaging to show up on physical devices. It will only show up on the simulator devices for some reason. I am using Xcode(Swift programming language) and my Firebase pods are up to date. Is there some…
user10011979
8
votes
1 answer

Flutter Firebase In-App Messaging

I have just seen on Firebase that a new feature has been released called In-App Messaging. Is there already an idea somewhere how to get this to work with Flutter?
Ben
  • 650
  • 2
  • 12
  • 23
7
votes
1 answer

Firebase In App Messaging message not displaying

I am integrating Firebase In-App Messaging feature in my application and when I am testing it on my device the message is not being displayed in the application. I go from SplashActvity to MainActivity and the message is being displayed on both the…
Kartik
  • 709
  • 1
  • 9
  • 21
7
votes
2 answers

Adding Firebase In-App Messaging dependency gives DexArchiveMergerException

I was testing the Firebase In-App Messaging feature, added the dependency implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0' But android studio throws DexArchiveMergerException. I have multi dexing enabled as shown in the…
6
votes
0 answers

Firebase In-App Messaging: Window Global Manager and Image View Action issue

Recently I added the Firebase In-APP Messaging SDK in My App. Some days later, I checked the Firebase crashlytics and saw that there are some crashes related to the In-APP messaging SDK: 1. Window Global Manager (WindowGlobalManager.java) Here is…
Deepak Goyal
  • 4,747
  • 2
  • 21
  • 46
5
votes
1 answer

Firebase In-App Messaging, Test on Device not show up on real device

I am starting to utilize the In-app messaging feature of firebase. I didn't create a real campaign yet, but only use the the [Test on Device] when creating one. So this issue is not related with in-production campaign, but [Test on Device]…
Zongyao Qu
  • 51
  • 2
5
votes
1 answer

how to customize firebase in-app messaging messages in android?

I've tried to customize firebase in-app messaging to change layout of the messages, but I failed it. I followed documents in firebase - https://firebase.google.com/docs/in-app-messaging/customize-messages but couldn't understand what it means. It's…
Kyudong3
  • 53
  • 3
1
2 3
9 10