index
:
firebase-ios-sdk
master
Firebase iOS SDK
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Firestore
/
Source
Commit message (
Expand
)
Author
Age
*
Eliminate -Wimplicit-fallthrough triggers
HEAD
master
Benjamin Barenblat
2018-07-18
*
Minimize rereading of batches in FSTLocalDocumentsView documentsMatchingColle...
Konstantin Varlamov
2018-07-16
*
Move creation of FSTFilter objects to static create method on FSTFilter. (#1512)
rsgowman
2018-07-11
*
Expose array transforms and array contains queries. (#1514)
Michael Lehenbauer
2018-07-10
*
Eliminate unnecessary DocumentKey->FSTDocumentKey conversions (#1507)
Konstantin Varlamov
2018-07-10
*
In FSTLocalDocumentsView, search for all batches affecting a set of keys in o...
Konstantin Varlamov
2018-07-10
*
Add allMutationsAffectingDocumentKeys to FSTMutationQueue (#1479)
Gil
2018-07-09
*
Improves "Could not reach Firestore backend." log message. (#1455)
Michael Lehenbauer
2018-06-26
*
Remove Limbo Document GC (#1413)
Greg Soltis
2018-06-20
*
Removing the target state on stream error (#1420)
Sebastian Schmidt
2018-06-20
*
Hookup serializer_test.cc to the xcode based test suite (#1343)
rsgowman
2018-06-18
|
\
|
*
Fix retain self warnings that crept in
Marek Gilbert
2018-06-15
*
|
Minor LevelDB cleanups (#1401)
Gil
2018-06-13
*
|
Refactor Remote Event (#1396)
Sebastian Schmidt
2018-06-12
|
/
*
Allowing field deletes using merge fields (#1389)
Sebastian Schmidt
2018-06-07
*
Force refresh token if RPC fails with "Unauthenticated" error (#1373)
Konstantin Varlamov
2018-06-07
*
Fix Firestore compilation under Xcode < 9.2 (#1367)
Gil
2018-06-01
*
Remove nearly all usages of WrapNSStringNoCopy (#1351)
Gil
2018-05-30
*
Replace Objective-C assertions with C++ assertions (#1327)
Gil
2018-05-24
*
Reimplement C++ logging (#1313)
Gil
2018-05-23
*
Directly validate collection and document paths (#1316)
Gil
2018-05-22
*
Remove extraneous braces (#1315)
Gil
2018-05-22
*
Add a HARD_ASSERT C++ assertion macro (#1304)
Gil
2018-05-22
*
fix lint to run copybara (#1290)
zxu
2018-05-17
*
b/79432277: Limit Queries to only a single array-contains clause. (#1286)
Michael Lehenbauer
2018-05-16
*
Clean up implicit retain self warnings introduced recently (#1268)
Gil
2018-05-13
*
Firestore C++: make FSTDispatchQueue delegate to C++ implementation (#1240)
Konstantin Varlamov
2018-05-11
*
Firestore: use C++ Executor for user queue. (#1238)
Konstantin Varlamov
2018-05-10
*
Add missing tests to the Firestore project (#1254)
Gil
2018-05-09
*
Remove final vestiges of FSTSnapshotVersion (#1253)
Gil
2018-05-09
*
Backport array contains / transform improvements from Web. (#1242)
Michael Lehenbauer
2018-05-08
*
Introduce ReferenceDelegates (#1222)
Greg Soltis
2018-05-08
*
Make BasePath hash directly as a range (#1232)
Gil
2018-05-06
*
Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)
Gil
2018-05-05
*
Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)
Gil
2018-05-05
*
[De]serialize DocumentKeys via the remote Serializer (#1212)
rsgowman
2018-05-04
*
Eliminate duplicate symbol in CocoaPods -all_load build (#1223)
Paul Beusterien
2018-05-03
*
Fix warning on FSTTargetMapping mentioned in #1210 (#1218)
Gil
2018-05-03
*
Fix Firestore style issue. (#1220)
Ryan Wilson
2018-05-03
*
Bump sequence numbers when receiving a new resume token (#1214)
Greg Soltis
2018-05-03
*
Adding mergeFields support (#1141)
Sebastian Schmidt
2018-05-02
*
Port `SnapshotVersion` for the rest Firestore modulo (#1185)
zxu
2018-05-01
*
Port the feedback from the Java port (#1199)
Greg Soltis
2018-04-30
*
Identify limbo-only document updates (#1167)
Greg Soltis
2018-04-25
*
Port `SnapshotVersion` for `Remote` (#1174)
zxu
2018-04-25
*
Port `SnapshotVersion` for `Local` (#1182)
zxu
2018-04-25
*
Array Contains Queries (not added to public headers yet). (#1138)
Michael Lehenbauer
2018-04-23
*
Move array transforms to internal header pending backend support. (#1139)
Michael Lehenbauer
2018-04-20
*
Filter out document updates from target association changes (#1122)
Greg Soltis
2018-04-20
*
Clean up warnings in Firestore (#1146)
Gil
2018-04-19
[next]