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

Display Message callback not invoking - Firebase in-app messaging

I am trying to customise the firebase in-app messages. I am following this article :https://firebase.google.com/docs/in-app-messaging/customize-messages As per the article I have created my own implementation of FirebaseInAppMessagingDisplay …
1
vote
1 answer

Geo Targeting with firebase In App messaging?

is there a way to geo target my campaign in firebase In App Messaging ? if I create a campaign for only my US users ? can I specific that in my console ?
findAffs
  • 103
  • 10
1
vote
2 answers

Could not find com.google.gms:google-services:4.1.0. Searched in the following locations:

I am trying to add firebase to my project, I am following the steps from firebase documentation https://firebase.google.com/docs/android/setup?authuser=0 help please! I am getting this error when I try to sync gradle. Could not find…
Natt
  • 45
  • 9
1
vote
3 answers

Firebase InApp Messaging not working after sign apk

We are using Firebase InApp Messaging service in our android app. But when test with debug mode its working fine and getting proper message. But while signing apk and check with instance id not getting dialog or proper message. Any one have idea…
1
vote
1 answer

Firebase In-app messaging opens the URL with link only once in swift

I have a strange problem with firebase in-app message for iOS in swift. the message is getting displayed during the launch as expected,i was sending a URL with the button action to launch it in the browser in the app. unfortunately the link doesnt…
ashif-ismail
  • 1,037
  • 17
  • 34
1
vote
0 answers

Program type already present: dagger.Reusable (Firebase InAppMessaging)

I added this in my gradle build: implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.1' Then I got this error (never appeared before) : Program type already present: dagger.Reusable Message{kind=ERROR, text=Program type…
Mxwan
  • 191
  • 13
1
vote
1 answer

inappmessaging-display:17.0.0' CreateProcess error=206, The filename or extension is too long

When I add implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0' to my gradle file, Android Studio cannot generate apk, instead it gives this error: CreateProcess error=206, The filename or extension is too long. Any help…
0
votes
0 answers

Issue Sending In-App Messages to Production Users

Hello fellow developers, I'm currently facing an issue while trying to send in-app messages to my Android users. During the creation of an in-app campaign, I encounter the following warning. While I'm able to view Crashlytics logs from my production…
Erdem Kalyoncu
  • 126
  • 1
  • 7
0
votes
2 answers

How to customise Firebase in-app messages in iOS app

Any details to customize the In-App messaging? Can I show a customized popup with two buttons and the header title and subtitle for the popup using Firebase In-app messaging in ios? Any sample or details on how to customize…
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
0 answers

React native firebase inAppMessaging is not working

I'm using React native firebase inAppMessaging but it doesn't work at all. I also use react native push natfication and it works. I don't understand why inAppMessaging doesn't work. Below are the codes in my app file. i follow the orders in the…
0
votes
0 answers

Why Firebase In-App Message no longer works

I tested the inn-app message service when I first installed it. It worked on both android and ios. After a few days, I sent a real inn-app message, but it did not appear on the devices. When I tested it again, it didn't work this time. Why does this…
0
votes
0 answers

display In-App messaging only on certain screen

I am using @react-native-firebase/in-app-messaging, and I want to be able to display the message only in a specific screen. I am able to get the messaging to work, but messaging will only appear when I launch the app, or it will not appear at all.…
user21393638
0
votes
0 answers

How do I get Firebase Installation ID in React Native?

I'm trying to integrate In-App Messaging in my React Native App and so far, I've been unable to do so due to Firebase's request for "Firebase Installation ID". In the tutorial I followed, it was a token that was requested for not an Installation ID.…
0
votes
0 answers

Issue with Localisation in Firebase In-app Messages

we had some issues with Firebase In-app notifications. The user gets messages in incorrect languages We sent out messages for users in German language and default as English. Some users irrespective of phone settings as German saw English messages.…
0
votes
1 answer

Hpw to do In app notification from Backend

Is it possible to send in-app notification from spring boot app? Based on the docs and sdk firebase-admin I could send push notifications. But for in app messaging I am not sure that will help send notifications from backend server