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

Firebase In-app messaging send message whenever we need option?

I have successfully implemented firebase In-app messaging, working fine. Is there any option to send In-app message whenever we want?
0
votes
1 answer

Error after adding in-app messaging sdk to gradle

Error shows after adding in-app message sdk. implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.5' dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation…
0
votes
2 answers

Firebase InAppMessaging crashing my project with "-[NSBundle initWithURL:]: nil URL argument"

I recently added Firebase In-App Messaging to my project via cocoapods. After following the setup process in the documentation, I'm getting the error below. If it helps, I also have recently installed Admob but this error didn't show up until I…
J Derbs
  • 153
  • 14
0
votes
0 answers

Why the onMessageReceived event not getting called when app is not running

This is a killer issue with no solution as of now. I submitted this to the firebase support team. It is caused by (at least) Samsung who, in order to save battery power, arbitrarily shuts off services. One of them being the firebase messaging…
0
votes
1 answer

Firebase InApp Messaging messages stopped coming, unable to update

Firebase InApp Messaging test messages stopped coming on real devices, they are only received on emulator. I decided to update from 17.0.1 to latest version 17.0.4. implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.4' However,…
user3407078
  • 211
  • 2
  • 6
0
votes
1 answer

Can Firebase in-app messaging be used in iOS as an in-app feedback form feature?

Is anyone currently using Firebase in-app messaging within their iOS app as a way to create end-user "open_start" feedback forms? If so, what are the current capabilities? If basic feedback is possible, can we currently add an in-app chat form…
VXP
  • 3
  • 3
0
votes
2 answers

Xcode 9.4.1: error: linker command failed with exit code 1 (use -v to see invocation)

I have ios Cordova project, I want to install Firebase In-App Messaging into my project, my pod file looks like this: platform :ios, '10.0' target 'Feel Better' do project 'Feel Better.xcodeproj' pod 'Firebase/Core', '~> 4.1' pod…
0
votes
1 answer

Adding pod 'Firebase/AppIndexing' and pod 'FirebaseInAppMessaging' together

Unable to have both together due to varying version dependency `[!] CocoaPods could not find compatible versions for pod "FirebaseAnalytics": In snapshot (Podfile.lock): FirebaseAnalytics (= 3.9.0, ~> 3.7, ~> 3.8, ~> 3.9) In Podfile: …
-1
votes
2 answers

How to fix Property has a previous declaration Firebase In-App Messaging iOS?

I would like to implement the Firebase In-App Messaging feature in my application. Documentation is available at https://firebase.google.com/docs/in-app-messaging/get-started?platform=ios To implement that feature I installed a library in my project…
Tushar Lathiya
  • 940
  • 9
  • 26
-1
votes
1 answer

How to send a simple data message from one user to another and bring up a page loading the data?

I was wondering how mobile news apps send messages where if you click on the push notification, the app takes you to the specific article. I am trying to perform a similar task but have the user generate a message and send it to another user. When…
Vinny
  • 75
  • 11
-2
votes
3 answers

firebase In-App Messaging throws NullPointerException on Android

There is some major bugs in the firebae in-app messaging. I already wrote some bug reports to google, but as always google support is very reticent to acept their system is full of flaws... I'm writing this information here because sometimes google…
Rafael Lima
  • 3,079
  • 3
  • 41
  • 105
1 2 3
9
10