You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to delete the collection if there are nested collections below 'yourcollection'. How would I delete an entire Collection (including all sub-collections)?
The text was updated successfully, but these errors were encountered:
Following along the docs, using this
await CrossCloudFirestore.Current
.Instance
.Collection("yourcollection")
.Document("yourdocument")
.DeleteAsync();
I can't seem to delete the collection if there are nested collections below 'yourcollection'. How would I delete an entire Collection (including all sub-collections)?
The text was updated successfully, but these errors were encountered: