文件名称:FCM::high_voltage:通过FireBase为蒸气3和4进行PushNotifications
文件大小:31KB
文件格式:ZIP
更新时间:2024-05-28 00:00:23
Swift
介绍 :clapping_hands: 它是一个快速库,可以通过Firebase Cloud Messaging发送推送通知。 为Vapor4构建,并依赖于JWT Vapor lib。 :light_bulb: Vapor3版本可在vapor3分支中使用,并且来自1.0.0标签 如果您有关于如何改进此程序包的好主意,请在写给我(@ iMike#3049)或发送拉取请求。 希望它对某人有用:) 通过Swift Package Manager安装 :red_heart: 编辑您的Package.swift // add this repo to dependencies . package ( url : " https://github.com/MihaelIsaev/FCM.git " , from : " 2.7.0 " ) // and don't forget about targets // .product(name: "FCM",
【文件预览】:
FCM-master
----Sources()
--------FCM()
----Tests()
--------FCMTests()
--------LinuxMain.swift(107B)
----LICENSE(1KB)
----README.md(8KB)
----Package.swift(780B)
----.gitignore(77B)