aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFirestore.podspec
Commit message (Collapse)AuthorAge
* Fix xcode build errors re nanopbGravatar Rich Gowman2018-02-06
| | | | | | | | | Involves adding PODS_ROOT/nanopb to include path (to allow include <pb.h>) and Firestore/Protos/nanopb to include path (to allow include "google/api/annotations.pb.h" and similar). In both cases, this is to allow auto-generated code to function properly.
* Make sure Firestore/core/include is in the podspec (#748)Gravatar Gil2018-02-02
|
* Properly publish Abseil sources as a part of the podspec (#704)Gravatar Gil2018-01-24
| | | | | * Properly include abseil sources * Exclude abseil tests
* Add platform detection logic for SecureRandom (#676)Gravatar Gil2018-01-19
| | | | | | | | | | | | | | | * Add CMake platform detection logic for SecureRandom Now only builds secure_random_arc4random.cc if available. Remove firebase/firestore/base/port.h. Nothing else was in that directory. * Add a SecureRandom implementation that uses OpenSSL This is usable on Linux, Windows, and Android * Properly check return from RAND_bytes
* Merge pull request #680 from firebase/release-4.8.1Gravatar Paul Beusterien2018-01-18
|\ | | | | Merge Release 4.8.1
* | Add assert_test to the Xcode build (#671)Gravatar Gil2018-01-16
| | | | | | | | | | | | * Exclude stdio-backed assert from the Xcode build * Add assert_test to the Xcode build
| * Version bump for 4.8.1 ReleaseGravatar Benoit St-Pierre2018-01-11
|/ | | | Updated the version numbers of pods which are being released in 4.8.1
* 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