aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example
Commit message (Expand)AuthorAge
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* Fix issue that could cause offline get()s to wait up to 10 seconds. (#978)Gravatar Michael Lehenbauer2018-03-26
* Switch LevelDB MutationQueue and RemoteDocumentCache to use transactions (#968)Gravatar Greg Soltis2018-03-26
* port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* fix a typo (#970)Gravatar zxu2018-03-23
* port C++ `DocumentKey` to `Local/*` (#963)Gravatar zxu2018-03-23
* Switch FSTLevelDBQueryCache to use transactions (#942)Gravatar Greg Soltis2018-03-22
* Change write groups to use transactions (#912)Gravatar Greg Soltis2018-03-22
* Add `ToString()` to `LevelDbTransaction` (#946)Gravatar Greg Soltis2018-03-22
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* Fix for b/74749605: Cancel pending backoff operations when closing streams. (...Gravatar Michael Lehenbauer2018-03-21
* Fix FSTTimerID strings in spec tests to match constants used in web. (#953)Gravatar Michael Lehenbauer2018-03-20
* Merge pull request #950 from firebase/release-4.11.0Gravatar Paul Beusterien2018-03-20
|\
* | port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* | Implements transactions for leveldb (#881)Gravatar Greg Soltis2018-03-15
* | adding converters between DocumentKey (#900)Gravatar zxu2018-03-15
| * Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|/
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* Defend against users making API calls during deinit (#863)Gravatar Gil2018-03-13
* Fix MutationQueue issue resulting in re-sending acknowledged writes. (#909)Gravatar Michael Lehenbauer2018-03-12
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
* Merge pull request #880 from firebase/release-4.10.0Gravatar Paul Beusterien2018-03-06
|\
* | port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* | Add 10 second timeout waiting for connection before client behaves as-if offl...Gravatar Michael Lehenbauer2018-03-05
* | add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* | replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
| * Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|/
* Style fixesGravatar Benoit St-Pierre2018-02-26
* Auto-style swift sources (#847)Gravatar Gil2018-02-26
* Add build infrastructure for Codable support in Firestore (#815)Gravatar Gil2018-02-26
* Fix lint warnings (#840)Gravatar Gil2018-02-22
* Fix Firestore tests for M22 (#834)Gravatar Gil2018-02-22
* Avoid wrapping and rewrapping NSStrings when constructing DatabaseId (#833)Gravatar Gil2018-02-22
* Accept FIRTimestamp where NSDate is currently accepted as a parameter (#823)Gravatar Konstantin Varlamov2018-02-21
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* Fix two stream close issues (b/73167987, b/73382103). (#810)Gravatar Michael Lehenbauer2018-02-20
* Delete stale Firestore instances after FIRApp is deleted. (#809)Gravatar Ryan Wilson2018-02-16
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Merge pull request #801 from firebase/release-4.9.0Gravatar Paul Beusterien2018-02-14
|\
* | fix flaky test (#788)Gravatar zxu2018-02-13
* | Keep track of number of queries in the query cache (#776)Gravatar Greg Soltis2018-02-13
* | Port Firestore Document to C++ (#777)Gravatar zxu2018-02-12
* | C++ port: add C++ equivalent of FSTDocumentKey. (#762)Gravatar Konstantin Varlamov2018-02-09
* | port Firestore SnapshotVersion in C++ (#767)Gravatar zxu2018-02-09
* | port Firestore Auth module in C++ (#733)Gravatar zxu2018-02-09
| * Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|/
* C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749)Gravatar Konstantin Varlamov2018-02-06
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Increase expectation timeout to 25 seconds. (#744)Gravatar Michael Lehenbauer2018-02-02