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...
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You can use existing C# REST libraries like FireSharp or FirebaseSharp Or Firebase Database REST API.
Because official library not exists, yet.
P.S. Firebase C# library