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?
Flutter Firebase In-App Messaging [closed]
Asked Answered
The Flutter In-App Messaging plugin is now available: pub.dev/packages/firebase_in_app_messaging –
Stubbed
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:
Will keep my eyes open for the flutter plugin then –
Mastersinger
but a people here say he can use inapp messaging, please see #51894494 –
Wireless
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 @anunixercoder –
Wiseacre 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 @anunixercoder –
Wiseacre
@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_messaging –
Umbrageous
© 2022 - 2024 — McMap. All rights reserved.