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

Okhttp exception java.lang.AssertionError on Android 11 sdk 30

I use com.squareup.okhttp3:okhttp:4.4.1 but when should the messages from firebase in app messaging be displayed (when the app starts) the app crashes on 11 android. Okhttp in mainactivity I don't use at all. Use…
0
votes
1 answer

Open url from Firebase In-App-Messaging inside app

I'm trying to override Firebase's default behavior for opening the link from the In-App-Messaging following this guide: https://firebase.google.com/docs/in-app-messaging/modify-message-behavior?platform=ios I set the delegate of InAppMessaging in…
Martin
  • 7,190
  • 9
  • 40
  • 48
0
votes
1 answer

react native with firebase crashed with no error after adding messaging and then after removing touchable opacity is not working

i am not new to react native but new to firebase. i was able to build an app on my mac and integrate auth and it was working. I had an issue with keys on my mac so i have given it for maintenance but i have the same code in my windows machine and i…
0
votes
3 answers

Start Activity from Service in Android 10

please note that problem might be related to Android 10 Im trying to start a new Activity from myInAppMessagingService, but i got null pointer exception un startActivitys context parameter every time. So here is my Service code : import…
Maris S.
  • 51
  • 1
  • 12
0
votes
1 answer

Is there way to schedule Firebase In-App Message on the first app launch after crash?

I want my react-native app to show a Firebase In-App Message on the first app launch after crash. Seems this is impossible at the moment? I'm using Firebase Crashlytics to track crashes.
stkvtflw
  • 12,092
  • 26
  • 78
  • 155
0
votes
1 answer

How to get Firebase InAppMessaging Instance ID programmatically

Is there a way to get Firebase InApp Messaging programmatically? InstanceID.instanceID().instanceID {} // returns fcm token Messaging.messaging().fcmToken // returns fcm token We can get the InApp Messaging while enabling the debug mode argument,…
Tal Zion
  • 6,308
  • 3
  • 50
  • 73
0
votes
1 answer

Firebase inAppMessaging events not getting captured

i am sending inApp messages from firebase console. messages are getting delivered but i am not able to capture the events from it i.e. dismiss event, impression event, clicked event from it. all the resources are on latest versions(Xcode, cocoa…
hussain
  • 769
  • 2
  • 7
  • 24
0
votes
1 answer

Is it possible to re-route FCM's In-App Messaging popup?

I am using Firebase's In-App Messaging SDK. So when I run a campaign, it's shows the popup into my Launcher screen of the application. But instead of that I want to show into the Home screen of the application. Is it possible?
0
votes
1 answer

Send In App Message to Android by C# .NET using Firebase In App Messaging

I just want to ask is there any possibility right now to Send Firebase In App Message without using Firebase Console? I want to send In App Message (FIAM) to Android App from .NET C# MVC Web Application. I managed to send Push Notification(FCM)…
0
votes
1 answer

How can I get the value of "fcm_default_channel" for default_notification_channel_id in google Firebase

Inside my android studio file for build.gradule (Modile:app), I have a value I need to replace in this settings. resValue "string", "default_notification_channel_id", "fcm_default_channel" Now I am inside my firebase settings and its all…
0
votes
1 answer

Im getting this error: firebase.INTERNAL.registerAppHook is not a function, why?

I am trying to setup firebase web client messaging. I couldn't find this error mentioned anywhere I have my firebase account and basic firebase code in my app. Authentication seems to be working, I had some errors about that and fixed them. Now I'm…
0
votes
1 answer

Firebase In-App Messaging really works on iOS?

I'm having difficulty using In-App Messaging and I do not know how to solve this problem. I created a campaign and sent a test to a device, and this test never succeeds. Today I was surprised by the message being displayed from a test I had done…
rafaeldepaula
  • 168
  • 1
  • 1
  • 10
0
votes
0 answers

Add two button in Firebase in App Messaging

Is it possible to add two buttons in Firebase in-app-messaging? Because I only see one button field. Is there any way to customise Firebase in-app-messaging to have two buttons? Thank you!
0
votes
1 answer

Issue after adding Firebase In-app Messaging

I added Firebase In-app messaging in my project. Sync project with Gradle files is successful but when I run the app, it throws the error : e: Supertypes of the following classes cannot be resolved. Please make sure you have the required…
0
votes
1 answer

Error in running firebase in app messaging in android studio?

I am getting following error when adding firebase in app messaging library implementation 'com.google.firebase:firebase-inappmessaging-display:17.1.0' and implementation…
Laman Ansari
  • 39
  • 1
  • 7
1 2 3
9
10