问题
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