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
1
vote
1 answer

how to retrieve in app message custom payload data in android?

However, I see an option to set custom data in the console under the following path: In-App Messaging -> Compose Campaign -> Additional Options So I have set the key-value pairs as shown below:
1
vote
1 answer

Firebase In-App Messaging (iOS) - Only receiving after fresh install

I recently added Firebase In-App messaging. The installation seems to be working fine but I have an issue with testing the messages. I create a "Campaign" with a test message, and on the state option I get "on_foreground" and "app_launch". I assume…
PoolHallJunkie
  • 1,345
  • 14
  • 33
1
vote
4 answers

Error Installing Firebase In App Messaging in React Native

I am trying to install the Firebase In-App Messaging component in my app I had installed my existing firebase components before, below is what my package.json looks like for firebase stuff before installing in-app messaging. …
1
vote
1 answer

Firebase - How many times in a day "Firebase InApp Campaigns are fetched from service"

I have implemented Firebase InApp Messaging & have few questions regarding the same. Once we launch the app got this message in logcat "Fetching campaigns from service." How many times in a day firebase fetches the campaigns from service.(I am not…
1
vote
0 answers

Firebase inapp messaging showing only one time even after setting per day one time option as frequency limit

I have created one campaign by showing a inapp messaging popup to user while they do particular event. While scheduling the campaign i have set frequency limit as per day one time as option for frequency limit. But it shows only one time to user, it…
Linson
  • 655
  • 1
  • 7
  • 21
1
vote
0 answers

Flutter package for Firebase In-App Messaging not building for ios

Flutter package for Firebase In-App Messaging not building for ios As title: firebase_in_app_messaging: "0.1.1+3" After adding the above in the pubspec.yaml file, the project cannot build for ios. Conflicts with: 1. SwiftContactsServicePlugin 2.…
LiveRock
  • 1,419
  • 2
  • 17
  • 27
1
vote
0 answers

Firebase in app messaging stopped working

Firebase InAppMessaging stopped working. As it was working from one month. i updated the pod, previously FirebaseInAppMessagingDisplay was 0.13.1 and now it’s 0.15.5 As there isn’t any single line of code for that just followed this…
1
vote
0 answers

Firebase In app Messaging Not Working in Production

I am Using this url for Firebase In app Messaging integration into android application, But Issue is in-app-messaging is working fine in Test on Device using (Instance Id)(In Test Scenario) but it is not working in normal case. I am unable to see…
1
vote
1 answer

FIAM: firebase doesn't show message when triggering event

I try to trigger event (firebase in-app message) programmatically, but firebase doesn't show any messages. In log I see it: 2019-07-30 16:47:07.514 1890-1918/ru.ed.com.test.debug W/FIAM.Headless: Recoverable exception while reading cache:…
Eduard Kornev
  • 554
  • 4
  • 21
1
vote
2 answers

How can I get the FirebaseInstanceId using VSCode?

In flutter I'm using Firebase In-app messaging. It says that to test my campaigns on my device I can provide a Firebase Instance ID: Documentation says Find your testing app's Instance ID by checking the Logcat in Android Studio for the…
woshitom
  • 4,811
  • 8
  • 38
  • 62
1
vote
2 answers

Dagger warning in Android Studio with Proguard even though Dagger is not directly used

My project is no longer compiling with Proguard optimisations. As you will see below it mentions dagger but I have not been using anything related to that directly. I recently updated many dependencies at once. Warning:…
frankish
  • 6,738
  • 9
  • 49
  • 100
1
vote
1 answer

Firebase event after elapsed time

I want to trigger a Firebase push notification and in-app message when a specific time has elapsed after a Firebase event has occurred. How can I approach this? Can I use Firebase Functions to schedule an event? For some context: Lets say I press a…
1
vote
1 answer

What is the difference between In-App Messaging and In-App Messaging Display in Firebase

I recently check the dependencies of Firebase for Android and notice that there is a new dependency named In-App Messaging Display? What is the difference between this two? The documentation is all the same.
Mihae Kheel
  • 2,441
  • 3
  • 14
  • 38
1
vote
0 answers

Dagger 2.8 problem with firebase-inappmessaging-display

I have a project that I user dagger 2.8, the project works perfect with firebase-messaging and firebase-core libs, but when I try to add the new firebase-inappmessaging-display lib, when I try to compile the app, I have an error with dagger : Cause:…
javier4mar
  • 81
  • 2
  • 8
1
vote
0 answers

How to fix delay of in-app messages on firebase for iOS

I'm testing the Firebase in-app messaging on an iOS app. When I create a campaign, it seams like there is a delay to when the popup actually appears in the app (about an hour to an hour and a half). I want to find out if there is any way to fix this…