aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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
* | 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
|/
* update changelog for M27 release (#1348)Gravatar Chen Liang2018-05-29
|
* Merge pull request #1350 from firebase/release-5.1.0Gravatar Ryan Wilson2018-05-29
|\ | | | | Release 5.1.0
| * Temporary fix for Messaging's data collection bit (#1334) (#1336)Gravatar Ryan Wilson2018-05-25
| | | | | | | | | | | | | | | | | | | | | | * Temporary fix for Messaging's data collection bit This ensures that existing behavior still works - InstanceID can sometimes fetch stored values before `FirebaseApp.configure()` is called, causing the global flag to be `NO`. Will file an issue shortly. * Remove extra whitespaces Thanks, GitHub editor. * Fix method being called
* | Temporary fix for Messaging's data collection bit (#1334)Gravatar Ryan Wilson2018-05-25
| | | | | | | | | | | | | | | | | | | | | | | | * Temporary fix for Messaging's data collection bit This ensures that existing behavior still works - InstanceID can sometimes fetch stored values before `FirebaseApp.configure()` is called, causing the global flag to be `NO`. Will file an issue shortly. * Remove extra whitespaces Thanks, GitHub editor. * Fix method being called
* | Adding new error code to topic format error (#1324)Gravatar Chen Liang2018-05-23
| |
| * Add a constant for the Functions service. (#1329)Gravatar Ryan Wilson2018-05-23
| |
* | Add a constant for the Functions service.Gravatar Bryan Klimt2018-05-23
| |
* | Merge pull request #1312 from alexames/masterGravatar Morgan Chen2018-05-23
|\ \ | | | | | | Warn when topic format is incorrect.
* | | Update release log and remove extra deprecate warning (#1314)Gravatar Chen Liang2018-05-23
| | |