bytefish / FcmSharp

Firebase Cloud Messaging (FCM) with .NET
MIT License
6 stars 7 forks source link

only work for android? or work on ios also ? #21

Closed teamsmiley closed 6 years ago

teamsmiley commented 6 years ago

just question it only work for android? or work on ios also ?

bytefish commented 6 years ago

This project is the implementation of the Firebase HTTP API:

The API allows to send Push Messages to Android and iOS Devices of course. You can find a documentation of Firebase Cloud Messaging here: