Using Firebase in .NET

2019-01-09 00:21发布

问题:

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