aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
...
* 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)
| * | | 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
| |/ |/|
* | Update unreleased changes in CHANGELOG. (#1239)Gravatar Ryan Wilson2018-05-07
| |
* | removes remarks from deprecated APIs (#1225)Gravatar Zsika Phillip2018-05-04
| |
* | Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-03
| |
* | Fixes typo in public facing error message (#1207)Gravatar Zsika Phillip2018-05-02
| |
| * Remove logging count for this release. (#1201)Gravatar Ryan Wilson2018-05-01
| |
| * Adds and modifies deprecation messages (#1202)Gravatar Zsika Phillip2018-05-01
| | | | | | | | | | | | * Adds and modifies deprecation messages * Addresses Comments
* | 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 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.
* | Adds and modifies deprecation messages (#1202)Gravatar Zsika Phillip2018-04-30
| | | | | | | | | | | | * Adds and modifies deprecation messages * Addresses Comments
* | Remove deprecated verify phone number (#1200)Gravatar Zsika Phillip2018-04-30
| | | | | | | | | | | | * remove_deprecated_verify_phone * Fixes unit tests
* | 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.
| * Adds phone auth testing. (disableAppVerification) (#1192)Gravatar Zsika Phillip2018-04-29
| |
* | Adds phone auth testing. (disableAppVerification) (#1192)Gravatar Zsika Phillip2018-04-29
| |
| * shouldEstablishDirectChannel cannot be replaced by ↵Gravatar Chen Liang2018-04-26
| | | | | | | | | | isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected (#1190) shouldEstablishDirectChannel cannot be replaced by isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected
* | shouldEstablishDirectChannel cannot be replaced by ↵Gravatar Chen Liang2018-04-26
| | | | | | | | | | isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected (#1190) shouldEstablishDirectChannel cannot be replaced by isDirectChannelEstablished as it represents whether user "should" connect instead of whether user "is" connected
| * Removes deprecated getToken APIs (#1188)Gravatar Zsika Phillip2018-04-26
| |
| * Adds new callback to createUse API (breaking change) (#1186)Gravatar Zsika Phillip2018-04-26
| |
* | Removes deprecated getToken APIs (#1188)Gravatar Zsika Phillip2018-04-26
| |
* | Adds new callback to createUse API (breaking change) (#1186)Gravatar Zsika Phillip2018-04-25
|/
* Fix new Xcode 9.3 warnings (#1183)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.
* Deprecates SignInWithCredential (#1151)Gravatar Zsika Phillip2018-04-24
|
* Remove unnecesary function that broke build (#1178)Gravatar Paul Beusterien2018-04-24
|