aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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
|/
* 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
| | |
| | * 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.
| * Warn when topic format is incorrect.Gravatar Alex Ames2018-05-22
| | | | | | | | | | | | When subscribeToTopic or unsubscribeFromTopic are called, they should not be passed in with the prefix "/topic/". Calling those functions with a string prefixed with "/topic/" will now print a warning.
* | add macro to remove deprecated warning (#1295)Gravatar Chen Liang2018-05-22
| |
* | 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.
* | ignore deprecated warning of get token method (#1292)Gravatar Chen Liang2018-05-18
| |
* | Use brackets to import system header sqlite3.h (#1285)Gravatar Paul Beusterien2018-05-16
| |
* | mergeGravatar Paul Beusterien2018-05-15
|\ \
* | | Test Core's build version matches FIROption version (#1279)Gravatar Paul Beusterien2018-05-15
| | |
* | | Explicitly import FIRDataSnapshot in private header. (#1276)Gravatar Ryan Wilson2018-05-14
| | |
* | | 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)