collection_walker 2.0.1 copy "collection_walker: ^2.0.1" to clipboard
collection_walker: ^2.0.1 copied to clipboard

Walk large firestore collections with ease

2.0.1 #

  • Removed flutter dependency

2.0.0 #

  • Migrated to fire_api instead of cloud_firestore to support servers also

1.1.2 #

  • Cloud Firestore Constraint to >=4.0.0 <6.0.0

1.1.1 #

  • SDK Constraint to >=2.18.6 <4.0.0

1.1.0 #

  • Added the ability to listen on documents added in batches
  • Added the ability to use a converter which contains the actual doc snapshot

1.0.2 #

  • Later

1.0.1 #

  • Added the ability to mark objects as unchanging allowing for objects to be cached

1.0.0 #

  • Initial Release