Skip to content

Latest commit

 

History

History
88 lines (55 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

88 lines (55 loc) · 2.32 KB

0.5.3

Released 2024-10-29

  • Merge pull request #15 from Kevin-French/firestore-documentsnapshot-exists
  • Add exists property to DocumentSnapshot in Firestore

0.5.1

Released 2024-10-15

  • Merge pull request #12 from skiptools/firestore-getdata
  • Add async StorageReference.getData() function
  • Merge pull request #11 from boctor/main
  • Add API to delete storage files

0.3.1

Released 2024-08-26

  • Merge pull request #7 from rlindsey2/add-anonymous-signin
  • Add support for Firebase Auth anonymous sign-in
  • Update README.md

0.3.0

Released 2024-08-15

  • Merge pull request #5 from boctor/main
  • Add support for Firestore's FieldValue This is used for special values like server timestamp, incrementing a value and adding/removing from arrays

0.2.3

Released 2024-08-09

  • Merge pull request #4 from boctor/main
  • Add batch writes, collection groups, hasPendingWrites and non async getDocument: * Add WriteBatch, used to perform multiple writes as a single atomic unit * Add Collection Group queries * Add hasPendingWrites on SnapshotMetadata * Add non-async version of getDocument on DocumentReference with a completion block

0.2.1

Released 2024-07-11

0.2.0

Released 2024-07-10

  • Merge pull request #2 from artamata/main
  • Added basing FirebaseAuth and FirebaseStoreage. For Auth, it includes signIn with email and password, create user with email and password, and ability to change your profile display name. Storage has the ability to get a StorageReference based on path and to get a downloadURL().

0.1.1

Released 2024-05-25

  • Add Timestamp properties and functions
  • Fix Timestamp Hashable
  • Re-enable tests
  • Add Timestamp
  • Bump firebase-bom version to 33.0.0; add more docs to README
  • ci: update workflow actions location
  • Update docs to mention sample Fireside app

0.1.0

Released 2024-02-05

  • Work-around test failures with multiple FirebaseApp instances

0.0.3

Released 2024-01-09

  • Add kotlin() unwrap functions to Firestore types
  • Add DocumentReference.delete() and FieldPath.documentId()
  • Move getDocuments to Query
  • Add addSnapshotListener
  • Add API for AggregateField and QuerySnapshot
  • Add Firebase.addSnapshotListener
  • Add Query API

0.0.2

Released 2024-01-05

  • Add docs
  • Add more Firestore API and tests
  • Update README.md