aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge branch 'firestore-api-changes' into mrschmidt-timestampsGravatar Sebastian Schmidt2017-12-12
|\
| * Merge pull request #557 from firebase/wilhuff/mergeGravatar Gil2017-12-11
| |\ | | | | | | Merge branch 'master' into firestore-api-changes
* | | Addressing commentsGravatar Sebastian Schmidt2017-12-12
| | |
* | | Adding GenericsGravatar Sebastian Schmidt2017-12-12
| | |
| | * Merge branch 'master' into firestore-api-changesGravatar Marek Gilbert2017-12-11
| |/|
| | * Update CHANGELOG for Firestore v0.9.4 (#556)Gravatar Gil2017-12-11
| | |
| * | Revisit commit method in FIRWriteBatch (#541)Gravatar zxu2017-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * revisit FIRWriteBatch commit * make commitWithCompletion completion nullable; * add commit; * add unit test; * add swift build test for commit; * update CHANGELOG.
| | * Modified FirebaseAppStoreURLCheckEnabled Key. (#554)Gravatar Ryan Wilson2017-12-11
| | |
| | * Merge pull request #550 from firebase/wilhuff/abseil-importGravatar Gil2017-12-11
| | |\ | | | | | | | | Import absl/base/internal/endian.h
| * | \ Merge pull request #552 from firebase/mrschmidt-clangGravatar Morgan Chen2017-12-10
| |\ \ \ | | | | | | | | | | Running scripts/style.sh
| | * | | Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
| |/ / /
| * | | Merge branch 'master' into firestore-api-changesGravatar Sebastian Schmidt2017-12-10
| |\| |
| | * | Merge pull request #551 from firebase/mrschmidt-formatGravatar Morgan Chen2017-12-10
| | |\ \ | | | | | | | | | | Running scripts/style.sh
| | | * | Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
| | |/ /
| | | * Add absl/base/internal/endian.h back into the buildGravatar Marek Gilbert2017-12-09
| | | |
| | | * Merge branch 'master' into abseil-importGravatar Marek Gilbert2017-12-09
| | | |\ | | | |/ | | |/|
| | | * Import absl/base/internal/endian.hGravatar Marek Gilbert2017-12-09
| | | |
| | * | Merge pull request #543 from firebase/wilhuff/abseilGravatar Gil2017-12-09
| | |\ \ | | | | | | | | | | Import a minimal subset of abseil
* | | | | Fixing commentGravatar Sebastian Schmidt2017-12-08
| | | | |
* | | | | Adding default optionGravatar Sebastian Schmidt2017-12-08
| | | | |
| | * | | Add an Info.plist flag to disable App Store Sandbox check. (#547)Gravatar Ryan Wilson2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add an Info.plist flag to disable TestFlight check. This can save a small amount of memory during startup time. * Change the flag name to the intended usage. * Explicitly check for NSNumber.
| | * | | Double auth unit test timeout to address travis flakiness (#548)Gravatar Paul Beusterien2017-12-08
| | | | |
| * | | | Merge branch 'master' into firestore-api-changesGravatar Sebastian Schmidt2017-12-08
| |\| | |
| | * | | Fix FCM build warning introduced in Xcode 9 (#546)Gravatar Paul Beusterien2017-12-08
| | | | |
| | | * | Fix whitespaceGravatar Marek Gilbert2017-12-08
| | | | |
| | * | | Disable FirebaseCore Test deprecation warnings (#545)Gravatar Paul Beusterien2017-12-08
| | | | |
| * | | | make FIRDocumentListenOptions.includeMetadataChanges private (#540)Gravatar zxu2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make FIRDocumentListenOptions.includeMetadataChanges private as discussed in Firestore API discussion, the name clashes creates confusion. Android SDK already not exposing the property; here change iOS SDK to match it. * update CHANGELOG
* | | | | Method renamesGravatar Sebastian Schmidt2017-12-07
| | | | |
| | | * | Remove commented out codeGravatar Marek Gilbert2017-12-07
| | | | |
* | | | | Addressing all review commentsGravatar Sebastian Schmidt2017-12-07
| | | | |
| | * | | Fix warnings in FirebaseCore Unit Tests (#544)Gravatar Paul Beusterien2017-12-07
| | | | |
| * | | | Merge pull request #542 from firebase/masterGravatar Gil2017-12-07
| |\| | | | | | | | | | | | | sync firestore-api-changes with master
| | | * | Add abseil-cpp to the superbuildGravatar Marek Gilbert2017-12-07
| | | | |
| | | * | Cut down absl CMakeLists to only include the things we useGravatar Marek Gilbert2017-12-07
| | | | |
| | | * | Consume googletest in the standard CMake wayGravatar Marek Gilbert2017-12-07
| | | | |
| | | * | Remove use of absl::synchronization_internal::ThreadPoolGravatar Marek Gilbert2017-12-07
| | | |/
| | | * Import a subset of abseil sourcesGravatar Marek Gilbert2017-12-07
| | | |
| | | * Explicitly handle Firestore/third_party/ImmutableGravatar Marek Gilbert2017-12-07
| | |/ | | | | | | | | | | | | This allows Firestore/third_party to include a mix of Objective-C and C++ code.
| * | Implement NSPredicate-based query (#531)Gravatar zxu2017-12-07
| | | | | | | | | | | | | | | | | | * implement queryFilteredUsingPredicate in FIRQuery; * add unit test and integration test for queryFilteredUsingPredicate; * project change of adding the FIRQueryTests.m file; * refactoring queryFilteredUsingPredicate to split logic into two helpers;
| | * Add FirebaseFirestore.h to fix Firebase module in source build (#539)Gravatar Paul Beusterien2017-12-07
| | |
| | * Merge pull request #514 from firebase/zxu/logofflineGravatar zxu2017-12-07
| | |\ | | | | | | | | Warn user if we raise with empty while not online
| | * | Rework the top-level cmake build to be a superproject (#538)Gravatar Gil2017-12-06
| | | | | | | | | | | | | | | | | | | | All projects are now ExternalProjects This makes it much easier to build them all in a single pass.
| | * | Updating the Auth header comments for Jazzy syntax (#535)Gravatar alexg332017-12-06
| |/ /
| | * refactoring the condition when to warn offlineGravatar zxu1232017-12-06
| | |
* | | Adding SnapshotOptions to deal with pending ServerTimestampsGravatar Sebastian Schmidt2017-12-05
| | |
| * | Document post_install workaround for static library source pod usage (#534)Gravatar Paul Beusterien2017-12-05
| | |
| | * implement log warning for offline statusGravatar zxu1232017-12-05
| | | | | | | | | | | | | | | * Move the logic from FSTEventManager to FSTRemoteStore. Pros: per query vs per stream. * Since state can go into unknown normally (e.g. no listener is registered and nobody care the status), we only warns when status is actually offline to avoid confusion.
| * | Fixes stating host (#528)Gravatar Zsika Phillip2017-12-04
| | |
| * | Add log to warn users of iOS 7 deprecation. (#527)Gravatar Ryan Wilson2017-12-04
|/ / | | | | | | | | * Add log warning users of iOS 7 deprecation. * Changed "warning" to "notice". * Removed DEBUG flag
* | Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| | | | | | | | Qualify all cross-pod imports of FirebaseCore headers