aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core
Commit message (Collapse)AuthorAge
* Add Auth interoperability library. (#1501)Gravatar Ryan Wilson2018-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Auth interoperability library. This allows other SDKs to retrieve the user ID and fetch a new Auth token in a type-safe way through the Core container. * Remove unnecessary import. * Add missing copyright. * Resolve comments. - Remove unnecessary umbrella header. - Move to version 1.0. - Add tvOS support for app lifecycle changes. * Move public interop headers to private. * Add public_header_files too. * Moved headers back into public. * Shorten Interoperability and Interoperable to Interop. * Add AuthInterop to travis linting. * Fixed tag format in AuthInterop.podspec. * Add AuthInterop path to Firestore Podfile.
* Fix typo in LoggerLevel docs (#1511)Gravatar Paul Beusterien2018-07-10
|
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Merge pull request #1482 from firebase/release-5.4.0Gravatar Paul Beusterien2018-06-29
|\ | | | | Update versions for Release 5.4.0
* | 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.
* Merge and resolve conflicts from release-5.3.0Gravatar Paul Beusterien2018-06-20
|\
* | Fix typo in CHANGELOG (#1421)Gravatar Ryan Wilson2018-06-18
| |
* | One more FirebaseCore release note (#1408)Gravatar Paul Beusterien2018-06-13
| |
* | Core M28 release notes (#1407)Gravatar Paul Beusterien2018-06-13
| |
* | Remove unused static logging variable. (#1405)Gravatar Ryan Wilson2018-06-13
| | | | | | | | | | | | | | | | | | * Remove unused static variable. This was previously used in an iOS 7 comparison that was removed in Firebase version 5.0.0. * Remove unused test variable.
| * Version updates for Firebase 5.3.0 (#1406)Gravatar Paul Beusterien2018-06-13
|/
* Disable sanitizer race condition error (#1390)Gravatar Paul Beusterien2018-06-08
|
* Merge branch 'release-5.2.0' into masterGravatar davidair2018-06-06
|\
* | Update Core CHANGELOG for M26 (#1353)Gravatar Ryan Wilson2018-05-30
| | | | | | We also forgot a few changes in here, updating now so it's up to date.
| * Version updates for 5.2.0 (#1355)Gravatar davidair2018-05-30
|/
* Add a constant for the Functions service. (#1329)Gravatar Ryan Wilson2018-05-23
|
* Bump version numbers for 5.1.0 (#1320)Gravatar Ryan Wilson2018-05-23
| | | | | | | | * Bump version numbers for 5.1.0 * Update push pods script for releasing SDKs. * Fix Core library version string.
* Move library registration to +initialize. (#1305)Gravatar Ryan Wilson2018-05-22
|
* Add conformance to data collection switch for Analytics. (#1296)Gravatar Ryan Wilson2018-05-21
| | | | | | * Add conformance to data collection switch for Analytics. * Fix method documentation per PR comments.
* mergeGravatar Paul Beusterien2018-05-15
|\
* | Test Core's build version matches FIROption version (#1279)Gravatar Paul Beusterien2018-05-15
| |
* | Add global data collection switch. (#1219)Gravatar Ryan Wilson2018-05-14
| | | | | | | | | | | | | | * Addition of global data collection switch. * Added Messaging conformance to data switch. Also formatted code. * Move data collection flag internal until all SDKs conform to it. * Formatting in response to code review.
| * Add MLKit to FIRLogger constants. (#1263)Gravatar Ryan Wilson2018-05-14
| |
| * Merge pull request #1271 from firebase/pb-cp-all_load-fixGravatar Paul Beusterien2018-05-14
| |\ | | | | | | Eliminate duplicate symbol in CocoaPods -all_load build (#1223)
| * | Version updates for 5.0.1 (#1272)Gravatar Paul Beusterien2018-05-14
| | |
| | * Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-14
| |/
* | Add MLKit to FIRLogger constants. (#1263)Gravatar Ryan Wilson2018-05-11
| |
* | Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-03
| |
| * Remove logging count for this release. (#1201)Gravatar Ryan Wilson2018-05-01
| |
* | Remove logging count for this release. (#1201)Gravatar Ryan Wilson2018-05-01
| |
| * Remove iOS 7 Simulator check from FIRLogger. (#1196)Gravatar Ryan Wilson2018-05-01
| | | | | | This isn't needed anymore due to the minimum required version being bumped to iOS 8.
* | Remove iOS 7 Simulator check from FIRLogger. (#1196)Gravatar Ryan Wilson2018-04-30
|/ | | This isn't needed anymore due to the minimum required version being bumped to iOS 8.
* Fix new Xcode 9.3 warnings (#1183)Gravatar Paul Beusterien2018-04-25
|
* Add counter for errors and warnings logged. (#1168)Gravatar Ryan Wilson2018-04-25
| | | | * Moved writes outside of dispatch_async block.
* Notice for tvOS and macOS (#1177)Gravatar Paul Beusterien2018-04-24
|
* Remove unused URL scheme files. (#1157)Gravatar Ryan Wilson2018-04-20
|
* Fix version number reporting for minor versions. (#1124)Gravatar Ryan Wilson2018-04-17
| | | | | | | * Fix version number reporting for minor versions. * run clang-format * Updated the comment in systemVersion.
* Match previous systemVersion functionality (#1120)Gravatar Ryan Wilson2018-04-16
| | | | | | | | * Match previous systemVersion functionality * style.sh * Add new test file to test targets
* Disable asl deprecation warnings (#1100)Gravatar Paul Beusterien2018-04-15
|
* Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ | | | | Release 4.13.0
| * Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
| |
* | Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\| | | | | Release 4.12.0
* | Updated changelog.Gravatar Ryan Wilson2018-04-10
| |
* | Updated CHANGELOG.mdGravatar Ryan Wilson2018-04-09
| |
* | Remove App Indexing deprecation message.Gravatar Ryan Wilson2018-04-09
| |
* | Remove iOS 7 Deprecation message.Gravatar Ryan Wilson2018-04-09
| |
* | Remove UIKit dependency on FIRApp. (#798)Gravatar Ryan Wilson2018-04-09
| |
* | Remove deprecated implementation - fixes build. (#794)Gravatar Ryan Wilson2018-04-09
| |