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

New published Firebase InApp message campaigns( with custom trigger event) are visible only after fresh install of App

I am trying to use firebase in-app messaging for different screen events( different activities with custom trigger events in OnCreate()). The problem I am facing: Suppose There are some already published in-app campaigns (with custom trigger…
0
votes
0 answers

Firebase In-App Messaging with target "First Open" is never displayed

we want to show an In-App Message that is shown to users who already used our app some time ago. The target "First Open" seems to fit perfectly for that. So we just created an In-App Message campaign with target "First Open" ("More than x days…
Aaron
  • 413
  • 5
  • 13
0
votes
0 answers

how to close Firebase In-app messaging when it's clicked outside

So I've managed to integrate Firebase In-app Messaging SDK for Android and got the message. Now I'm thinking about whether I'm able to close in-app messages of any type (Card, Modal, Image, Banner) just by clicking outside of it. I know I can close…
Tam Nguyen
  • 25
  • 5
0
votes
0 answers

Number of "eligible users" when creating inAppMessage in firebase console seems to be incorrect

So I am creating inAppMessage in firebase console -> Target-tab When I select platform (iOS or android) the eligible number of users is displayed, in my case for android is 18k and for iOS is 24k. The issue is that we have 132k users that were…
pb4now
  • 1,305
  • 4
  • 18
  • 45
0
votes
0 answers

Firebase in-app message can't work on andriod

Hello everyone!Did anyone use in-app message recently? we created a campaign but only work on iOS, Android only work on debug mode, released version can't work. do anyone know how to fix it ...? thank you so much
0
votes
0 answers

Android\Flutter OneSignal In App Message disable auto dismiss

How to disable auto dismiss In App Message on scroll? I am using In App Message as first launch quiz. I have my own html. In browser it works perfect and I can scroll it. But when I am trying scroll in In App Message it's auto dismiss. How can I…
0
votes
0 answers

messageClicked called but there is no action url specified in the message data - Firebase error iOS

In iOS device, when firebase-InApp message triggers user try to click on button displayed in the Campaign, it does not open the URL in Safari. instead it dismiss the message . When tried debug the same , "messageClicked called but there is no action…
0
votes
0 answers

Where can I find firebase in-app messaging APIs

Are there any FCM apis specific to in-app messaging? https://firebase.google.com/docs/reference/fcm/rest mentions about POST /v1/{parent=projects/*}/messages:send. I have used this for push notifications. Can you use the same API to send in-app…
0
votes
1 answer

How to disable Firebase in-app messaging browser redirection on android

I want to open a specific activity on-click of buttons in firebase in-app messaging, by default it is redirecting to the browser. I want to open relevant activity within my app itself if user clicks on action button. please suggest me how can I…
Charmi
  • 21
  • 1
  • 5
0
votes
1 answer

I have released a latest version of my android app, but people are not updating. What should I do to make them download? FCM or in app messages?

I have released a latest version of my android app, but people are not updating. What should I do to make them download? FCM or in app messages?
0
votes
1 answer

Firebase InAppMessaging fail to load a test message

Try to show InAppMessaging in ios apps. What i've doneL import firebase, firbaseapp.configure Error shown after re-build the apps
lauwis
  • 323
  • 1
  • 4
  • 15
0
votes
1 answer

Why InApp message show popup first in IOS?

Try to push InApp message to my IOS Apps using swift. But I got popup notification instead of template design. After i click the notification , only then the template is showing. How to make the template message appear right away without click the…
lauwis
  • 323
  • 1
  • 4
  • 15
0
votes
1 answer

Unhandled Exception: PlatformException(firebase_core, Can't create handler inside thread Thread that has not called Looper.prepare(), null, null)

I am using: void main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ); runApp(...); } On running the app on Android, I get the following…
iDecode
  • 22,623
  • 19
  • 99
  • 186
0
votes
1 answer

In App Messaging not working Due to "Service Fetch Error"

We just implemented in app messaging, in our existing application on Play Store. But, the in app messaging is not working, not showing any popup, So, we tried to use updated JSON, still there is no improvement and mentioned logs are showing which…
DeePanShu
  • 1,236
  • 10
  • 23
0
votes
3 answers

How to target in-app messages to only specific users?

I would like to send in-app messages from firebase console to only specific users. For example having gardening application i want to send such message to only those users that have 5-10 plants, next time to users that have 10-15 plants, next time…