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
* Add firestore protobuf classes
* Add Firestore public API classes
* Add firestore gapic
* Update composer for protos
* send API call
* Get a document.
* Add value mapping and move data objects to core
* Encode values and insert documents
* Add WriteBatch
* Update and delete documents
* Support FIELD DELETE Sentinel value
* Implement remainder of Collection and Document methods
* Start implementing firestore transactions
* Firestore Query beginning
* Implement remaining Query methods
* Get documents, add Query class
* WIP
* Remove unused connection methods
* Reorganize writer methods
* Fix field path decoding
* Rename Document to DocumentReference
* Documentation
* Manage Sentinel Values
* Rename Collection -> CollectionReference
* Unit Tests
* Fix regression in Cloud Spanner
* Setup docs and component
* Add Firestore Snippet Tests
* Fix firestore snapshot
* Add some system tests
* refresh gapic
* refresh client config
* Add system tests
* Run Query and yield Document Snapshots
* WIP
* Fix firestore tests
* rename method with reserved name
* update phpunit version
* Remove Protos
* Retry query if initial call fails
* Retry queries if the call fails up front
* Update for proto fix
* begin addressing code review
* Implement FieldPath class, escaping, and query fixes
* Add Transaction::runQuery()
* Add support for Unary Query Filters
* Split SnapshotTrait::createSnapshot into two methods
* Remove Firestore Admin GAPIC Client
* Docs and syntax fixes
* Update unit tests
* CollectionReference extends Query
* Fix tests and documentation
* Extend Unit Test coverage
* Update snippet tests
* Address code review
* Fix tests for hhvm
* Replace DocumentSnapshot::info() with timestamp methods
* Add API reference links
* Add system test coverage
* Remove test for example that doesnt exist
* Add resource prefix header
* fix unit tests
* Fix docs
* Remove flag
* Update unit test extends
* Add `path()` method to resource objects and clarify documentation
* Revert sorting documents
* Refactor query results
* Move arrayMergeRecursive to ArrayTrait
* Refactor out update() and rename updatePaths() to update()
* Make FieldValue concrete and non-instantiable (is that a word?)
* Loosen time comparison
* Update cursor documentation
* Address final code review, handle document name query order
0 commit comments