f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

AddAsync is not working with android 10 #103

Open RanaMuhammad96 opened 1 year ago

RanaMuhammad96 commented 1 year ago

hey i'm trying to add items to firestore using cloudFirestore plugin for xamarin forms but it's not working with android 10

_ = CrossCloudFirestore.Current .Instance .Collection("Carts") .AddAsync(savedItems) .ContinueWith(t => { System.Diagnostics.Debug.WriteLine(t.Exception); }, TaskContinuationOptions.OnlyOnFaulted);