firebase-in-app-messaging Questions
3
I did setup for firebase in App messaging. Created campaign and my app can't deliver it.
In logcat I got following logs
2019-02-26 11:22:40.616 16131-16131/app.package.name I/FIAM.Headless: Starti...
During asked 26/2, 2019 at 8:42
1
I am starting to utilize the In-app messaging feature of firebase.
I didn't create a real campaign yet, but only use the the [Test on Device] when creating one.
So this issue is not related with in...
Arouse asked 6/5, 2022 at 14:3
3
I'm trying to implement Firebase In-App Messaging SDK within my iOS Project.
I already added by project in Firebase console and created a new Campaign. I want to test if the campaign is being trigg...
Hibernicism asked 1/6, 2021 at 6:59
11
Solved
When I use implementation 'com.google.firebase:firebase-inappmessaging-display:17.2.0' in my app/build.gradle, I get this error:
Duplicate class com.google.common.util.concurrent.ListenableFuture ...
Platinotype asked 17/6, 2019 at 22:15
3
Solved
I am looking for this functionality:
I am looking for pointers.
Could not find any tutorials or packages providing this kind of functionality.
Thank you for your help!
Faroff asked 12/11, 2020 at 18:33
1
I am integrating Firebase In-App Messaging feature in my application and when I am testing it on my device the message is not being displayed in the application.
I go from SplashActvity to MainAct...
Abortive asked 18/9, 2019 at 12:46
4
i want to setup firebase inapp messaging on my flutter apps.
first, it need FirebaseInstanceId as explained here, so i can test send message to my device.
However the document does not tell more ...
Shererd asked 26/6, 2019 at 7:56
4
Currently, I am trying to get Firebase In-App Messaging to show up on physical devices. It will only show up on the simulator devices for some reason. I am using Xcode(Swift programming language) a...
Longhair asked 8/9, 2018 at 16:56
3
Solved
I have enabled Firebase In-App messaging for my android app. When i am testing In-App Messaging it is showing in SplashActivity of the app.
Activity flows like: SplashActivity>LoginActivity>MainAc...
Swamper asked 16/9, 2019 at 13:17
2
Solved
What is the difference between Firebase Cloud Messaging and Firebase In-App Messaging? They both send notifications to your app that something has happened. I took a look at their docs and these ar...
Widely asked 15/10, 2020 at 10:20
1
I have a project where I am using both FirebaseInAppMessaging and Dialogflow but I am having a hard time resolving the dependencies. After adding both FirebaseInAppMessaging and Dialogflow, I get t...
Chokedamp asked 10/3, 2020 at 13:7
1
Hi I've recently added InAppMessaging to my project which seems to be easy to integrate, but for me doesn't work as it's expected.
First of all I've added this to the build.gradle :
implementatio...
Chifforobe asked 26/7, 2019 at 5:36
2
using
implementation 'com.google.firebase:firebase-analytics:17.2.1'
implementation 'com.google.firebase:firebase-inappmessaging-display:19.0.2'
I get the message when using the "Test on device"...
Edson asked 14/11, 2019 at 13:9
1
Solved
I've tried to customize firebase in-app messaging to change layout of the messages, but I failed it.
I followed documents in firebase - https://firebase.google.com/docs/in-app-messaging/customize-...
Imbroglio asked 2/4, 2020 at 5:20
1
Solved
I am using the image only message layout, attaching the screenshot of the current implementation.
I need this image dialog to be filled the whole screen. Is there any configuration or customisati...
Coconut asked 27/2, 2019 at 8:54
3
Solved
I had been trying to add Firebase in-app messaging into our android project. It builds successfully but when i run the app in emulator/device it throws the following error.
com.android.builder.dex...
Jetblack asked 20/11, 2018 at 14:18
0
Recently I added the Firebase In-APP Messaging SDK in My App. Some days later, I checked the Firebase crashlytics and saw that there are some crashes related to the In-APP messaging SDK:
1. Window...
Expansile asked 12/11, 2018 at 11:4
1
Solved
I'm trying to implement the new Firebase in-app messaging feature to my Android app.but for whatsoever reason the app is crashing the moment I added the library to my gradle.
This is my gradle:
i...
Subjacent asked 20/8, 2018 at 15:1
1
Solved
I have just seen on Firebase that a new feature has been released called In-App Messaging. Is there already an idea somewhere how to get this to work with Flutter?
Mastersinger asked 17/8, 2018 at 11:4
2
Solved
I was testing the Firebase In-App Messaging feature, added the dependency
implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0'
But android studio throws DexArchiveMergerE...
Heddie asked 16/8, 2018 at 17:8
2
Solved
It gives me Unable to merge dex error. If i comment dependency of InApp Messaging then it works fine.
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
...
Ng asked 17/8, 2018 at 6:24
1
© 2022 - 2024 — McMap. All rights reserved.