firebase - GCM to FCM for Xamarin -
xamarin has predefined support gcm (google cloud messaging) explained in https://developer.xamarin.com/guides/cross-platform/application_fundamentals/notifications/android/remote_notifications_in_android/
as google migrated gcm fcm (firebase cloud messaging) work xamarin same instruction or there other docs integrating fcm xamarin?
does features provided in firebase can used in xamarin app?
does work xamarin same instruction?
no, doesn't. can still work gcm since google hasn't announced gcm support stop now. posted fcm newest version of gcm.
there other docs integrating fcm xamarin?
not yet, xamarin doesn't have guide how integrate fcm xamarin.android app.
does features provided in firebase can used in xamarin app?
yes, can used xamarin. @ moment have wait until xamarin provides official bindings(dlls) fcm java libraries(jars) , post in their blog how integrate our apps.
at point, best thing can while developing xamarin use gcm. other thing can do, create own bindings fcm java libraries , use google's tutorial android (in java)
while last option work, when official xamarin bindings come have change lot of code in order make work upcoming updates google , xamarin.
edit: pointed out @sørenboisen xamarin has started rollout official(pre-release) bindings via nugget: https://www.nuget.org/packages/xamarin.firebase.common/
more info at: support google firebase — xamarin forums
Comments
Post a Comment