Using Firebase in .NET

Christian Klemm picture Christian Klemm · Jan 16, 2017 · Viewed 76.8k times · Source

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.

Answer

Taras Kovalenko picture Taras Kovalenko · Jan 16, 2017

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