rlamasb / Firebase.Xamarin

Light weight wrapper for Firebase Realtime Database REST API.
MIT License
149 stars 39 forks source link

Can this package be used for notifications and how? #23

Open iManchaDev opened 7 years ago

iManchaDev commented 7 years ago

Does an app require additional components or code to receive notifications? I installed this package from nuget and don't understand how the app will receive push notifications.

joseotavioq commented 7 years ago

You can use this plugin to receive push notifications on Xamarin.Forms: https://github.com/rdelrosario/xamarin-plugins/tree/master/PushNotification

iManchaDev commented 7 years ago

Thanks @jquaglio I used the plugin you mentioned for over week, had it working but there were too many errors on the iOS side of things, I ended up using OneSignal Xamarin SDK, works perfectly and to put a cherry on top, it's FREE.