firebase-in-app-messaging

Issue in adding Firebase In-App Messaging

牧云@^-^@ 提交于 2019-12-08 17:13:55
问题 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.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process /Users/gowthamraj/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/20.0/89507701249388e1ed5ddcf8c41f4ce1be7831ef/guava-20.0.jar at sun.reflect.NativeConstructorAccessorImpl.newInstance0

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

谁说胖子不能爱 提交于 2019-12-08 07:04:48
问题 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 would be much appreciated guys. Thanks. 回答1: I had to remove these two libraries implementation 'com.google.android.gms:play-services-auth:16.0.0' Also, I found it crashes when you are using Picasso library, you might want to downgrade it or remove it

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

我们两清 提交于 2019-12-06 16:46:42
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 would be much appreciated guys. Thanks. I had to remove these two libraries implementation 'com.google.android.gms:play-services-auth:16.0.0' Also, I found it crashes when you are using Picasso library, you might want to downgrade it or remove it all. it is already installed in the inappmessaging library implementation 'com.squareup.picasso:picasso:2

Flutter Firebase In-App Messaging [closed]

╄→гoц情女王★ 提交于 2019-12-04 04:41:14
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? No, you cannot use it with flutter yet. A flutter plugin needs to be created to be able to use the In-App Messaging API You can check all flutter plugins that enable Flutter apps to use one or more Firebase services here: https://github.com/FirebaseExtended/flutterfire EDIT The flutter in-app messaging plugin is now available! You can find more information about in the following link: https://pub.dev/packages/firebase_in_app