aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFirestore.podspec
Commit message (Collapse)AuthorAge
* Use the log_apple.mm logger from C++ on iOS (#593)Gravatar Gil2018-01-01
| | | | | | * Add all .mm files in Firestore/core to the build (which matches log_apple.mm). * Exclude log_stdio.cc * Add log_test.cc to the project
* Merge pull request #576 from firebase/release-4.8.0Gravatar Kyle Ju2017-12-19
|\ | | | | Release 4.8.0
| * Update component versions for Firebase 4.8.0 (#561)Gravatar Kyle Ju2017-12-12
| |
* | 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
* 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.
* Merge pull request #515 from firebase/release-4.7.0Gravatar Paul Beusterien2017-11-30
|\ | | | | Release 4.7.0
* | Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30
| | | | | | | | | | | | | | * Move sources into firebase::firestore and internal namespaces Combine support and core/util packages; this distinction wasn't really paying its freight.
* | Remove dependency on FirebaseAuth (#505)Gravatar rsgowman2017-11-30
| | | | | | | | We now use the internal core functionality instead.
| * Update component versions for Firebase 4.7.0 (#497)Gravatar Paul Beusterien2017-11-28
|/
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21