Using Firebase in .NET

此生再无相见时 提交于 2019-11-26 09:00:44

问题


I want to implement Firebase into my .NET WPF Desktop Application. I can\'t find anything useful on the internet about this topic, it seems like it\'s completely unsupported. There is only a Xamarin NuGet package. Is there any possibility to do this? The goal is to implement Firebas Analytics for several actions the user makes in the app. I would even take the normal REST endpoints if I could find them - they are hidden somewhere...

The question is about Firebase Analytics, not Firebase Admin.


回答1:


You can use existing C# REST libraries like FireSharp or FirebaseSharp or Firebase Database REST API because official libraries do not exist yet.

P.S. Firebase C# library




回答2:


Firebase also has it own library Firebase Admin SDK

nuget




回答3:


I use this fantastic library of firebase.

install via NuGet

Install-Package PushNotification_dotNET -Version 1.0.0

PushNotification_dotNET



来源:https://stackoverflow.com/questions/41676714/using-firebase-in-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!