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
2
votes
1 answer

RNFirebase In-app Messaging - How to handle button clicks

Hi I'm using the latest version of react native in-app messaging and I need to handle the button clicks. Can someone help me with this
2
votes
1 answer

Firebase In-App Messaging cause java.lang.RuntimeException: Internal error in Cloud Firestore (21.4.1)

Getting runtime exception while trying to use Firebase Auth and In-App Messaging. As soon as I try to authenticate user with Firebase getting following exception - I/FIAM.Headless: Starting InAppMessaging runtime with Installation ID…
2
votes
0 answers

Firebase Inapp Messaging Image

I am new to Firebase and I have integrated in-app messaging in both ios and android and are working. But the in app message images and card are behaving differently in ios as show in the attachments. I need the image content size of the ios image to…
srivatsa
  • 117
  • 7
2
votes
1 answer

Firebase InApp Messaging Fail to load a test message[Resource bundle is missing]

I am new to Firebase and have integrated Firebase InAppMessaging in my app.When I start a new campaign in console and enter the instance ID of my app which i got from logs[as mentioned here :…
srivatsa
  • 117
  • 7
2
votes
1 answer

iOS : Integrate Firebase InAppMessaging with Cordova project

I need to add Firebase InAppMessaging with iOS Cordova project. I have been following Firebase documentation from official website How can I use this to add into Cordova based project? I have created pod files as describe in documentation, However…
2
votes
3 answers

How can I disable Firebase In-App Messaging button action open url

Although I have created a Firebase in-app messaging click listener, it tries to open the android system when the button is clicked. The url like that : https://site_url/product_id I want to open this url after a logic operation. class MainActivity :…
Burak Dizlek
  • 4,805
  • 2
  • 23
  • 19
2
votes
4 answers

Firebase In-App Messaging - PERMISSION_DENIED (Requests blocked issue) in Android

Recently I setup Firebase In-App Messaging in my existing project, but when I'm running the application for testing I'm getting PERMISSION_DENIED issue. The project already using many other services of firebase like FCM, Dynamic Links, Crashlytics,…
2
votes
1 answer

Firebase in app messaging for React Native not displaying

I have an Android React Native app which uses Firebase. It now requires in app messaging for which I have followed the instructions here. When I send a test message from Firebase using the instance id for my Android emulator, I get the following…
darkpool
  • 13,822
  • 16
  • 54
  • 89
2
votes
0 answers

Only display Firebase in-app messaging to a specific View

My apps(iOS and Android) is organized as follow: Main menu screen which has many buttons Each button redirects to a specific view/screen I want to display in-app message in Main menu screen only; but currently it can show in both main screen and…
2
votes
1 answer

Is there any way to use event parameters to trigger in-app messages in Firebase?

It seems that currently, in-app messages triggered by events only respond to the occurrence or not of the event. One of the richest event in an app is screen_view, which would only be helpful when using the values stored as parameters of the…
2
votes
1 answer

Firebase InApp Messaging not working with Android OS 6.0.1

I am trying to integrate Firebase InApp messaging in my android application. After adding below dependency in gradle implementation 'com.google.firebase:firebase-inappmessaging-display:18.0.2' Its throwing below error : FATAL EXCEPTION:…
2
votes
0 answers

How to trigger FireBase inappmessage at particular time when we are in app

I placed fire-base in app messaging in my app. While open the app i got in app message correctly when sent from console. now how to send in app message when user opened 3 times or any other condition he should get that in app message? please help.
imi
  • 259
  • 1
  • 3
  • 14
2
votes
0 answers

I am getting Error in Firebase In App messaging?

I am getting the error in Firebase In App Messaging java.lang.NoClassDefFoundError: Failed resolution of: Lcom/squareup/picasso/OkHttpDownloader; at…
Laman Ansari
  • 39
  • 1
  • 7
2
votes
1 answer

In-App Messaging crashes in firebase crashlytics?

I added new feature in app for show in-app Messaging campaign. but when the splash is loading at that time its show campaign and splash screen will be disappear with-in few sec. so application throws an crashes. Here is the crash log: Fatal…
Prashant Jajal
  • 3,469
  • 5
  • 24
  • 38
2
votes
1 answer

Firebase in app message dont skip activity

I want skip message in app on loading screen. I want firebase in app show message in MainActivity but i dont make this. Can you help me? I try use FirebaseInAppMessaging.getInstance().setMessagesSuppressed(true);. But this alway clear all message.
huynh huy
  • 21
  • 3