Flutter Firebase In-App Messaging [closed]

柔情痞子 提交于 2019-12-09 17:02:51

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/51893994/flutter-firebase-in-app-messaging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!