aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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
|
* Notice for tvOS and macOS (#1177)Gravatar Paul Beusterien2018-04-24
|
* Remove GTM dependency from FirebaseAuth (#1175)Gravatar Paul Beusterien2018-04-24
|
* Eliminate an Auth tvOS build warning (#1159)Gravatar Paul Beusterien2018-04-24
|
* Should always query the latest checkin info from InstanceIDGravatar Chen Liang2018-04-23
| | | This fixes a bug that when we delete IID, IID refreshes new checkin info and FCM stops querying the checkin if checkin exists. And this causes FCM using staled checkin info and not able to receive data message.
* Fixes base64URL encoding (#1161)Gravatar Zsika Phillip2018-04-20
| | | | | | | | * Fixes base64URL encoding * Addresses comments * Addresses comment
* Eliminate tvOS deprecation warnings in FirebaseDatabase (#1155)Gravatar Paul Beusterien2018-04-20
| | | | * Delete unused URLEncoded and URLDecoded
* Remove unused URL scheme files. (#1157)Gravatar Ryan Wilson2018-04-20
|
* Fix bad type annotation in claimsGravatar Morgan Chen2018-04-18
|
* Fixes error handling when parsing tokens. (#1131)Gravatar Zsika Phillip2018-04-17
|
* Remove old, unused podspecs (#1129)Gravatar Paul Beusterien2018-04-17
|
* Adds documentation for parseIdToken (#1126)Gravatar Zsika Phillip2018-04-17
| | | | | | * Adds documentation for parseIdToken * Adds remarks to the documenation