aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
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.
* Move GoogleUtilities out of Firebase directory (#1516)Gravatar Paul Beusterien2018-07-11
|
* Fix typo in LoggerLevel docs (#1511)Gravatar Paul Beusterien2018-07-10
|
* avoid calling [UIApplication sharedApplication] in app extensions (#1503)Gravatar Chen Liang2018-07-09
|
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* 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
* | 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
* | 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 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
* | Update CHANGELOG.md (#1454)Gravatar Lingyi Zhang2018-06-26
| |
* | Update database release notes for M29 (#1458)Gravatar Paul Beusterien2018-06-26
| |
* | 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
| |
* | Fix bad JWT parsingGravatar Morgan Chen2018-06-25
|/
* Fix undefined behavior sanitizer issues in RTDB (#1445)Gravatar Paul Beusterien2018-06-25
|
* Fix data race issue caught by sanitizer (#1446)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 the token check for topic subscription/unsubscription (#1422)Gravatar Chen Liang2018-06-19
| | |
* | | 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
|\ \
* | | Fix comment spelling (#1382)Gravatar Paul Beusterien2018-06-05
| |/ |/|
| * Changelog for FirebaseAuth 5.0.1 (#1359)Gravatar Paul Beusterien2018-05-30
| |
| * App extension check (#1358)Gravatar Zsika Phillip2018-05-30
| |
* | Changelog for FirebaseAuth 5.0.1 (#1359)Gravatar Paul Beusterien2018-05-30
| |
* | App extension check (#1358)Gravatar Zsika Phillip2018-05-30
| |
* | 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
|/