Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Firebase In-App Messaging [closed]

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?

like image 868
Ben Avatar asked Aug 17 '18 11:08

Ben


1 Answers

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

like image 155
Peter Haddad Avatar answered Nov 09 '22 23:11

Peter Haddad