f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

URGENT - please convert to .NET MAUI. #116

Open robertmaxted opened 4 months ago

robertmaxted commented 4 months ago

The only other option is Plugin.Firebase of which is garbage when it comes to cloud firestore. No way to query on document ID ie -

var collectionQuery = await CrossCloudFirestore.Current.Instance .Collection("some_collection") .WhereIn(FieldPath.DocumentId, somelistOfStrings) .GetAsync();

How much work is it to convert this to .NET MAUI? Please let me know, or offer some advice?

Kind regards, Rob

@tomasszabo @f-miyu @DagobertDev