Closed vadev closed 4 years ago
So does it or doesn't it install to your project? What is the error?
it does not install. It installs and then few minutes later it uninstalls. Do you have a compatible documentation how to install it properly?
I don't have any documentation, I just normally install it from visual studio nuget package manager and that's all.
Any tips what to do in order to fix these issue?
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..
Do you have a .dll? Or can I install it manually instead of nuget?
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`
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
Okay. I am using Unity with it - does .net framework support FirebaseDatabase.NET ?
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.
Closing the issue due to inactivity. Feel free to re-open
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.