androidiosxamarin

IS Firebase Support For Xamarin


I am trying to develop a chat application using firebase for both Android and IOS. I just want to know that, does firebase support for both Android and IOS using xamarin?


Solution

  • I found a plugin that works for Android and IOS:

    https://github.com/CrossGeeks/FirebasePushNotificationPlugin

    You can find how to use it in the description.

    Hope this helps and gl