step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
672 stars 168 forks source link

cannot install on rider jetbrains with mac os catalina #218

Closed vadev closed 4 years ago

vadev commented 4 years ago

I install by using nuget and not installing properly when doing using Firebase.Database.Query I am using .Net Core with 3.0.101 version with mono framework.

Thank you.

bezysoftware commented 4 years ago

So does it or doesn't it install to your project? What is the error?

vadev commented 4 years ago

it does not install. It installs and then few minutes later it uninstalls. Do you have a compatible documentation how to install it properly?

bezysoftware commented 4 years ago

I don't have any documentation, I just normally install it from visual studio nuget package manager and that's all.

vadev commented 4 years ago

Any tips what to do in order to fix these issue?

vadev commented 4 years ago

and with what .net core version do you have and what mac os are you on? maybe the newer mac os does not support? hmm..

vadev commented 4 years ago

Do you have a .dll? Or can I install it manually instead of nuget?

vadev commented 4 years ago

Also when installing via nuget: First, I get a error on: using Firebase.Database.Query; that says "namespace name expected; "Firebase.Database.Query. is a type not a namespace" and FirebaseClient firebaseClient = new FirebaseClient( says "cannot resolve symbol FirebaseClient`

vadev commented 4 years ago

It says v.4.0.4 was successfully installs to Assembly-CSharp. But when I use the Firebase.Database.Query it gives me an error: A 'using namespace' directive can only be applied to namespaces; 'Query' is a type not a namespace. Consider a 'using static' directive instead

vadev commented 4 years ago

Okay. I am using Unity with it - does .net framework support FirebaseDatabase.NET ?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

Closing the issue due to inactivity. Feel free to re-open