firebase_messaging_web 和 firebase_messaging 有什么区别,哪个应该用于跨平台项目?
what's the difference between firebase_messaging_web and firebase_messaging, which one should be used for crossplatform projects?
我有一个 flutter 项目,我想在其中集成 firebase 推送通知。我检查了 pub.dev and I found two official packages for firebase_messaging the default one and the web version。我计划为网络使用相同的代码库,android 和 ios。在这种情况下,我应该使用哪个包?
你只需要集成 firebase_messaging 插件它也支持 web,每当你到达包主页时,请务必检查其顶部提到的支持标签,请查看随附的网站截图以供参考。
enter image description here
和 firebase_messaging_web 仅用于网络,因此您只需要集成 firebase_messaging 而不是两者。
我有一个 flutter 项目,我想在其中集成 firebase 推送通知。我检查了 pub.dev and I found two official packages for firebase_messaging the default one and the web version。我计划为网络使用相同的代码库,android 和 ios。在这种情况下,我应该使用哪个包?
你只需要集成 firebase_messaging 插件它也支持 web,每当你到达包主页时,请务必检查其顶部提到的支持标签,请查看随附的网站截图以供参考。 enter image description here
和 firebase_messaging_web 仅用于网络,因此您只需要集成 firebase_messaging 而不是两者。