aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add nil check for completion handlers (#568)Gravatar Zsika Phillip2017-12-14
| | | | | | | | * Add nullability check for completion handler * Addresses comments * added line break
* Merge pull request #563 from firebase/schmidt-sebastian-patch-1Gravatar Sebastian Schmidt2017-12-13
|\ | | | | Update CHANGELOG.md for Firebase Storage v2.1.1
| * Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
| |
* | Merge pull request #564 from firebase/schmidt-sebastian-patch-2Gravatar Sebastian Schmidt2017-12-13
|\ \ | | | | | | Update CHANGELOG.md for RTDB v4.1.3
| | * Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
| | |
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
|/ /
| * Update CHANGELOG.mdGravatar Sebastian Schmidt2017-12-13
|/
* Add leveldb to the Firestore cmake build (#559)Gravatar Gil2017-12-12
| | | | | | | | | | | | * Use Debug as the default build type if unspecified * Add a leveldb ExternalProject, FindLevelDB module, and use it in Firestore * Accept an externally built leveldb via LEVELDB_ROOT * Clone leveldb via https: instead of git: * Remove extra DOWNLOAD_DIR which doesn't work with GIT sources
* Remove prerelease abseil code (#558)Gravatar Gil2017-12-11
| | | | | | | | * Add abseil bits to the iOS build * Migrate from prerelease to published abseil bits in ordered_code * Remove prerelease abseil code
* Update CHANGELOG for Firestore v0.9.4 (#556)Gravatar Gil2017-12-11
|
* 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 #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
* | | 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
| | |
* | | 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
| | |
| * | Remove commented out codeGravatar Marek Gilbert2017-12-07
| | |
* | | Fix warnings in FirebaseCore Unit Tests (#544)Gravatar Paul Beusterien2017-12-07
| | |
| * | 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.
* 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
| |
* | 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
| * Merge branch 'master' into zxu/logofflineGravatar zxu1232017-12-04
| |\ | |/ |/| | | | | fix pod error: [!] CocoaPods could not find compatible versions for pod "FirebaseCor
* | Add post_install workaround to enable internal component access to Analytics ↵Gravatar Paul Beusterien2017-12-02
| | | | | | | | (#525)
* | Fixes small typo in comments (#524)Gravatar Zsika Phillip2017-12-01
| |
* | Add Analytics test target and build tests for deprecated headers (#520)Gravatar Paul Beusterien2017-12-01
| |
* | Cleanup import path for FIRLogger (#523)Gravatar rsgowman2017-12-01
| |
* | Merge pull request #522 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\ \ | | | | | | Ignoring stream messages for closed streams
| * | Ignoring stream messages for closed streamsGravatar Sebastian Schmidt2017-12-01
| | |
* | | Merge pull request #510 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\| | | | | | | | Fixing race in FSTWriteStream
| * | Adding Changelog entryGravatar Sebastian Schmidt2017-12-01
| | |