[go: up one dir, main page]

Skip to content

Release Firestore 0.23.0

Compare
Choose a tag to compare
@blowmage blowmage released this 17 Aug 17:46
· 16438 commits to main since this release
3f84e71
  • Add Firestore Watch
    • A document reference or a collection reference/query can now be
      listened to for changes.
    • The following methods were added:
      • DocumentReference#listen
      • Query#listen
    • The following classes were added:
      • DocumentSnapshot
      • DocumentChange
      • DocumentListener
      • QuerySnapshot
      • QueryListener
  • Support DocumentSnapshot objects as cursors.
  • Fix mapping of geo Hash to GeoPoint resource.
  • Query#select is no longer additive, it now replaces any previously
    selected fields.
  • Documentation updates.