aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix typo in LoggerLevel docs (#1511)Gravatar Paul Beusterien2018-07-10
|
* Check CMake files for copyrights (#1509)Gravatar Gil2018-07-10
| | | | | * Check CMake files for copyrights * Add missing copyright
* Reorganize cmake dependencies (#1508)Gravatar Gil2018-07-10
| | | | | | | | * Add cmake dependencies where required ... instead of relying on a topological sort in the top-level CMakeLists.txt. * Add early exits to external project builds
* avoid calling [UIApplication sharedApplication] in app extensions (#1503)Gravatar Chen Liang2018-07-09
|
* pod update for the addition of GoogleUtilities (#1506)Gravatar Gil2018-07-09
|
* Remove one more umbrella header import in Auth Tests (#1502)Gravatar Paul Beusterien2018-07-09
| | | | | | | * Remove one more umbrella header import in Auth Tests * Add -ObjC for Auth Mac * Scheme cleanups * Make sure the FirebaseAuth framework gets linked for tvOS
* C++: for immutable data structures, forbid ignoring result of insert/eraseGravatar Konstantin Varlamov2018-07-09
|
* Add allMutationsAffectingDocumentKeys to FSTMutationQueue (#1479)Gravatar Gil2018-07-09
| | | | | * Pod updates for Cocapods 1.5.3 * Add allMutationsAffectingDocumentKeys
* Add spec test support for target-scoped resume tokens (#1498)Gravatar Sebastian Schmidt2018-07-06
|
* Don't use module import in tests (#1500)Gravatar Paul Beusterien2018-07-06
|
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Add support for NoDocument in the local serializer (#1484)Gravatar rsgowman2018-07-03
|
* Fuzz test Serializer to decode FieldValue (#1485)Gravatar Mina Farid2018-07-03
|
* Merge pull request #1486 from morganchen12/messaging-unswizzleGravatar Morgan Chen2018-07-02
|\ | | | | Update Messaging changelog
| * Update Messaging changelogGravatar Morgan Chen2018-06-29
| |
* | Merge pull request #1483 from morganchen12/messaging-unswizzleGravatar Morgan Chen2018-06-29
|\| | | | | Fix missing method in Messaging unswizzle
* | Initial (incomplete) implementation of f:f::core::Query (#1471)Gravatar rsgowman2018-06-29
| |
* | Fix the race condition of global data flag and fcm auto init enabled flag ↵Gravatar Chen Liang2018-06-29
| | | | | | | | (#1466)
| * Fix missing method in Messaging unswizzleGravatar Morgan Chen2018-06-29
|/
* Merge pull request #1482 from firebase/release-5.4.0Gravatar Paul Beusterien2018-06-29
|\ | | | | Update versions for Release 5.4.0
* | Add a CMake external build for c-ares (#1472)Gravatar Gil2018-06-28
| | | | | | | | | | | | | | | | | | | | | | * Add an external build for c-ares * Use installed c-ares package configuration * Adjust protobuf configuration to use the standard Protobuf_DIR variable. * Have grpc depend on c-ares * Drop UPDATE_COMMAND where it doesn't matter
* | Change 2015 to 2018 :) (#1474)Gravatar Ryan Wilson2018-06-28
| | | | | | Obligatory: https://media.giphy.com/media/PJoLp4gDIqjYs/giphy.gif
* | Merge pull request #1475 from morganchen12/auth2Gravatar Morgan Chen2018-06-28
|\ \ | | | | | | Update Auth changelog
| * | Update Auth changelogGravatar Morgan Chen2018-06-28
| | |
* | | Merge pull request #1436 from morganchen12/auth2Gravatar Morgan Chen2018-06-28
|\| | | | | | | | Add informative error to JWT parse failures
* | | Add an external build for zlib (#1473)Gravatar Gil2018-06-28
| | |
* | | Add FirebaseCore component interoperability. (#1437)Gravatar Ryan Wilson2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add FirebaseCore component interoperability. This puts in place the system that will allow SDKs to register with Core and retrieve functionalities provided by other SDKs. * Updated documentation. * Add copywrite, fix log messages. * Explicitly import headers from Private dir
| | * Update versions for Release 5.4.0Gravatar Paul Beusterien2018-06-27
| |/ |/|
* | Better mocking for Core Unit Tests (#1467)Gravatar Ryan Wilson2018-06-27
| | | | | | | | | | | | | | | | | | * Better mocking for Core Unit Tests This includes NSNotificationCenter and NSUserDefaults to prevent flaky tests and unit tests interfering with each other. * Share variable for intervals being set.
* | Auth 5.0.2 release note updates (#1468)Gravatar Paul Beusterien2018-06-26
| |
| * Fix bad parsing of JWT datesGravatar Morgan Chen2018-06-26
|/
* Merge pull request #1450 from morganchen12/auth4Gravatar Morgan Chen2018-06-26
|\ | | | | Force GTMSessionFetcher to not reuse NSURLSessions
* | Install protobuf during CMake build (#1460)Gravatar Gil2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install protobuf * Use the built-in FindProtobuf.cmake * Add additional build configuration flags * Preserve generator configuration in the protobuf sub-build Without this, the build fails on Win64 because the default configuration builds a Win32 libprotobuf and the Win64 build rejects it. * Wire the installed protobuf into the gRPC build. * Install nanopb
* | Install googletest (#1461)Gravatar Gil2018-06-26
| | | | | | Also add FindGMock to Find gmock after installation
* | Install FirebaseCore during CMake build (#1462)Gravatar Gil2018-06-26
| |
* | Update CHANGELOG for Firestore v0.12.5 (#1463)Gravatar Gil2018-06-26
| |
* | Improves "Could not reach Firestore backend." log message. (#1455)Gravatar Michael Lehenbauer2018-06-26
| | | | | | Port of https://github.com/firebase/firebase-js-sdk/pull/864
* | Prepare for installed sub-projects (#1459)Gravatar Gil2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ignore vim backup files * Prepare for installed subprojects This adds FIREBASE_BINARY_DIR to point to the out-of-source build directory (which previously was passed around as FIREBASE_INSTALL_DIR). This repurposes FIREBASE_INSTALL_DIR to point to ${FIREBASE_BINARY_DIR}/opt, and installation root for subprojects that have an install step. * Allow download directory to be specified
* | Update CHANGELOG.md (#1454)Gravatar Lingyi Zhang2018-06-26
| |
* | Update database release notes for M29 (#1458)Gravatar Paul Beusterien2018-06-26
| |
* | Disable sanitizers (#1456)Gravatar Paul Beusterien2018-06-26
| |
* | Always run sanitizers with AllUnitTests_iOS (#1447)Gravatar Paul Beusterien2018-06-25
| | | | | | | | | | * Always run sanitizers with AllUnitTests_iOS * increase timeout value
* | Disable failing didReceiveRemoteNotification tests(#1451) (#1452)Gravatar Paul Beusterien2018-06-25
| |
* | Merge pull request #1453 from morganchen12/auth3Gravatar Morgan Chen2018-06-25
|\ \ | | | | | | Fix bad versions in Auth changelog
| * | Fix bad versions in Auth changelogGravatar Morgan Chen2018-06-25
| | |
* | | Remove heartbeat timestamp (#1449)Gravatar Lingyi Zhang2018-06-25
| | |
| | * Force GTMSessionFetcher to not reuse NSURLSessionsGravatar Morgan Chen2018-06-25
| | |
* | | Merge pull request #1448 from morganchen12/auth3Gravatar Morgan Chen2018-06-25
|\| | | |/ |/| Fix bad JWT parsing
| * Fix bad JWT parsingGravatar Morgan Chen2018-06-25
|/
* Update Carthage docs for FirebaseML (#1441)Gravatar Paul Beusterien2018-06-25
|