Flutter Firebase In-App Messaging [closed]
Asked Answered
M

1

8

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 answered 17/8, 2018 at 11:4 Comment(1)
The Flutter In-App Messaging plugin is now available: pub.dev/packages/firebase_in_app_messagingStubbed
W
6

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_messaging

Wiseacre answered 17/8, 2018 at 11:13 Comment(6)
Will keep my eyes open for the flutter plugin thenMastersinger
but a people here say he can use inapp messaging, please see #51894494Wireless
You can use in app messaging but you need to configure it on your own in the build.gradle for android and in the pod file for ios. For example if you check this link firebase.google.com/docs/in-app-messaging/…, then using the firebase console you can send a message @anunixercoderWiseacre
What you cannot do is this firebase.google.com/docs/in-app-messaging/… you cant modify what happens if the users interacts with the message @anunixercoderWiseacre
@anunixercoder in the end the in app message is created in the firebase console, so by connecting your app to the console and adding firebase in buiild.gradle or pod file you can send an in app message but again as I said you cannot modify the behaviour firebase.google.com/docs/in-app-messaging/…Wiseacre
In app messaging is now available in flutter check out the plugin pub.dev/packages/firebase_in_app_messagingUmbrageous

© 2022 - 2024 — McMap. All rights reserved.