Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I connect to json file manually from the code on WPF App for example? #108

Open
HusHam1414 opened this issue Nov 15, 2022 · 0 comments

Comments

@HusHam1414
Copy link

HusHam1414 commented Nov 15, 2022

I'm trying to use the plugin on WPF App
I install it from NuGet and it looks like working fine
but the problem is in the setup and connect to JSON file

is there any way to connect to the JSON file manually from the code, I already search for this but I can't find any method

var items = await CrossCloudFirestore.Current .Instance .GetCollection("Items") .WhereEqualsTo("Deleted", false) .OrderBy("AddDate", true) .GetDocumentsAsync();

this error appears when I try to use the code:

System.NotImplementedException: 'This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant