aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example
Commit message (Collapse)AuthorAge
* Separate Xcode project and tests for GoogleUtilities (#1521)Gravatar Paul Beusterien2018-07-12
|
* 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.
* Move GoogleUtilities out of Firebase directory (#1516)Gravatar Paul Beusterien2018-07-11
|
* 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
* Don't use module import in tests (#1500)Gravatar Paul Beusterien2018-07-06
|
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Fix the race condition of global data flag and fcm auto init enabled flag ↵Gravatar Chen Liang2018-06-29
| | | | (#1466)
* Merge pull request #1482 from firebase/release-5.4.0Gravatar Paul Beusterien2018-06-29
|\ | | | | Update versions for Release 5.4.0
* \ Merge pull request #1436 from morganchen12/auth2Gravatar Morgan Chen2018-06-28
|\ \ | | | | | | Add informative error to JWT parse failures
* | | 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.
| * Fix bad parsing of JWT datesGravatar Morgan Chen2018-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 and resolve conflicts from release-5.3.0Gravatar Paul Beusterien2018-06-20
|\
* \ Merge pull request #1383 from morganchen12/auth2Gravatar Morgan Chen2018-06-20
|\ \ | | | | | | Promote users to non-anonymous status even when linking account w/o pw
| * | Promote users to non-anonymous status even when linking account w/o pwGravatar Morgan Chen2018-06-19
| | |
* | | add a warning message that the topic operation is suspended without a token ↵Gravatar Chen Liang2018-06-19
| | | | | | | | | | | | (#1427)
* | | Corrected the deprecation warning when subscribing to or unsubscribing from ↵Gravatar Chen Liang2018-06-19
| | | | | | | | | | | | a topic (#1425)
* | | 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
| |/ |/|
* | Merge branch 'release-5.2.0' into masterGravatar davidair2018-06-06
|\ \ | |/ |/|
* | Add public FIRAnalyticsConfiguration tests. (#1361)Gravatar Ryan Wilson2018-05-30
| |
| * Version updates for 5.2.0 (#1355)Gravatar davidair2018-05-30
|/
* 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.
* 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
| |
| * Version updates for 5.0.1 (#1272)Gravatar Paul Beusterien2018-05-14
| |
* | Add MLKit to FIRLogger constants. (#1263)Gravatar Ryan Wilson2018-05-11
| |
* | mergeGravatar Paul Beusterien2018-05-08
|\|
* | Fixes API tests (#1235)Gravatar Zsika Phillip2018-05-07
| |
| * Disable pre-release repos (#1228)Gravatar Paul Beusterien2018-05-04
| |
* | Add -all_load to Firebase unit test runs (#1226)Gravatar Paul Beusterien2018-05-04
| |
| * 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 deprecated verify phone number (#1200)Gravatar Zsika Phillip2018-05-01
| | | | | | | | | | | | * remove_deprecated_verify_phone * Fixes unit tests
* | Remove deprecated verify phone number (#1200)Gravatar Zsika Phillip2018-04-30
| | | | | | | | | | | | * remove_deprecated_verify_phone * Fixes unit tests
| * Adds phone auth testing. (disableAppVerification) (#1192)Gravatar Zsika Phillip2018-04-29
| |
* | Adds phone auth testing. (disableAppVerification) (#1192)Gravatar Zsika Phillip2018-04-29
| |
| * Adds new callback to createUse API (breaking change) (#1186)Gravatar Zsika Phillip2018-04-26
| |
* | Adds new callback to createUse API (breaking change) (#1186)Gravatar Zsika Phillip2018-04-25
| |
| * Remove workaround for Analytics modular header issue (#1142)Gravatar Paul Beusterien2018-04-25
|/
* First pass of Auth breaking changes (#1123)Gravatar Zsika Phillip2018-04-25
|
* Add counter for errors and warnings logged. (#1168)Gravatar Ryan Wilson2018-04-25
| | | | * Moved writes outside of dispatch_async block.
* Remove GTM dependency from FirebaseAuth (#1175)Gravatar Paul Beusterien2018-04-24
|