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
5
votes
2 answers

InApp Messaging won't show message on custom event

using implementation 'com.google.firebase:firebase-analytics:17.2.1' implementation 'com.google.firebase:firebase-inappmessaging-display:19.0.2' I get the message when using the "Test on device" feature in Firebase I also get message when using the…
Christoffer
  • 81
  • 1
  • 5
5
votes
2 answers

Firebase in app messaging on action button click how to open new activity

I am trying Model layout of Firebase in-app messaging. On model I have added one button. and for that button action, I have provided the firebase dynamic link. So when the user is clicking on button dynamic link is getting a trigger. and it's first…
Muhammad chhota
  • 1,837
  • 2
  • 16
  • 27
5
votes
2 answers

Firebase In App Messaging PERMISSION_DENIED

I did setup for firebase in App messaging. Created campaign and my app can't deliver it. In logcat I got following logs 2019-02-26 11:22:40.616 16131-16131/app.package.name I/FIAM.Headless: Starting InAppMessaging runtime with Instance ID…
Yury Pashkov
  • 191
  • 1
  • 7
5
votes
0 answers

FirebaseInAppMessagingDisplay is leaking layouts from random fragment

We are using firebase inapp messaging and it seems to leak(as shown by leak canary) multiple things arbitrarily in the app . This leak sometimes comes up with splash activity, OTP fragment or anyother things that are part of app initiation…
4
votes
0 answers

Android Firebase InAppMessaging with custom font/style

After trying to implement some custom style on my notifications provided by Firebase in-App Messaging library I have face the well where I don't see any documentation regarding how to modify the typeface of my notification. I have already tried to…
Francisco Durdin Garcia
  • 12,540
  • 9
  • 53
  • 95
4
votes
0 answers

Firebase: In-app messaging showing "Error saving campaign" in console with "The caller does not have permission" in the network inspector

I am trying to create an in-app messaging campaign in Firebase. I am allowed to fill all the details and review it but I am not able to publish it. The account I am using to create campaign has Owner access that should possibly have permission to…
bikram
  • 7,127
  • 2
  • 51
  • 63
4
votes
3 answers

How to obtain Firebase Installation ID to test Firebase In-App Messaging in iOS 13+?

I'm trying to implement Firebase In-App Messaging SDK within my iOS Project. I already added by project in Firebase console and created a new Campaign. I want to test if the campaign is being triggered from Firebase Console to my iOS App but when I…
4
votes
3 answers

Is there any way to implement push notifications with action buttons in flutter? Using firebase_messaging

I am looking for this functionality: I am looking for pointers. Could not find any tutorials or packages providing this kind of functionality. Thank you for your help!
4
votes
0 answers

Firebase In-App Messaging with User Property on Android

I’m experimenting with Firebase Events, User Properties and Audiences on Android. I’m trying to set an user property, use it to target users and send an In-App Message. FirebaseAnalytics.getInstance(this).setUserProperty("has_credit", "true") But…
Jon
  • 693
  • 8
  • 17
4
votes
1 answer

how to retrieve custom data from Firebase In-App Messaging in android

I'm exploring Firebase In-App Messaging, wherein when I'm triggering an event,I'm able to view my banner/modal dialog which I have set in my Firebase console. However I see an option to set custom data in the console under the following path: In-App…
adi
  • 984
  • 15
  • 33
4
votes
2 answers

Flutter Cannot complie project when using Firebase In App Messaging plugin

I successfully implemented the plugin on android but when I try to start the app on ios I'm getting an error message. When I disable the plugin and reinstall the app on ios, everything works just fine. Here is my console log: Launching lib/main.dart…
4
votes
1 answer

Firebase InApp messaging crash on Android 6 and 5

My app is crashing at the opening with this error, only on Android 6 and Android 5: io.reactivex.exceptions.UndeliverableException: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/common/base/CharMatcher; at…
4
votes
2 answers

Firebase InApp messaging test

How can we test in-app messages when a custom event occurs in Firebase ? my event show in DebugView firebase console but not show any message dialog in my application just show once when app start and when i trigger button test on device in Firebase…
emad pirayesh
  • 654
  • 7
  • 12
4
votes
4 answers

FirebaseInAppMessagingClickListener not Calling android

I am using FirebaseInAppMessaging and it's works. Then i register action call back using FirebaseInAppMessagingClickListener, it's not calling. public class InAppMessageClick implements FirebaseInAppMessagingClickListener,…
4
votes
0 answers

How to customize Firebase InAppMessaging modal/dialog UI?

I have read Firebase In-App-Messaging docs about Modify message displays section. But, I still confuse how to customize modal/dialog UI? is it feasible to do that? I want to edit font type of the text inside modal/dialog.
Izzuddiin
  • 265
  • 2
  • 12
1
2
3
9 10