aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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
* Fix version number reporting for minor versions. (#1124)Gravatar Ryan Wilson2018-04-17
| | | | | | | * Fix version number reporting for minor versions. * run clang-format * Updated the comment in systemVersion.
* Match previous systemVersion functionality (#1120)Gravatar Ryan Wilson2018-04-16
| | | | | | | | * Match previous systemVersion functionality * style.sh * Add new test file to test targets
* Update CHANGELOG for next release. (#1115)Gravatar Chen Liang2018-04-16
|
* Disable asl deprecation warnings (#1100)Gravatar Paul Beusterien2018-04-15
|
* Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ | | | | Release 4.13.0
* | Remove didReceiveAPNSToken: triggered by IID deprecated method setAPNSToken: ↵Gravatar Chen Liang2018-04-13
| | | | | | | | | | | | (#1094) * remove a call that is triggered by IID, but no longer possible once we remove the deprecated method in IID
* | Merge pull request #1055 from firebase/mrschmidt-removedownloadurlGravatar Sebastian Schmidt2018-04-13
|\ \ | | | | | | Removing FirebaseStorage.downloadURL
| * | Adding comment to downloadURLFromMetadataDictionaryGravatar Sebastian Schmidt2018-04-13
| | |
| * | More commentsGravatar Sebastian Schmidt2018-04-13
| | |
| * | Addressing feedbackGravatar Sebastian Schmidt2018-04-13
| | |
* | | Options should be nullable for subscription (#1085)Gravatar Chen Liang2018-04-13
| | | | | | | | | | | | Getting warning message from xcode so we need to define it to remove warning.
| | * Update changelog (#1090)Gravatar Zsika Phillip2018-04-13
| | |
* | | Update changelog (#1090)Gravatar Zsika Phillip2018-04-13
| | |
| | * Fixes typo that causes token parsing to break (#1076)Gravatar Zsika Phillip2018-04-12
| | |
* | | Fixes typo that causes token parsing to break (#1076)Gravatar Zsika Phillip2018-04-12
| | |
* | | Remove deprecated token callback (#1074)Gravatar Chen Liang2018-04-12
| | |
* | | Swift naming StorageVersionString (#560)Gravatar Ibrahim Ulukaya2018-04-11
| | |
* | | remove deprecated data message callback (#1068)Gravatar Chen Liang2018-04-11
| | | | | | | | | | | | | | | | | | * remove deprecated data message callback * Fix the issue that swizzling is not setup in recommended data message callback for message tracking.
| | * Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
| | |
* | | Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\ \ \ | | |/ | |/| Release 4.12.0
* | | Merge pull request #1050 from firebase/core-breaking-changesGravatar Ryan Wilson2018-04-10
|\ \ \ | | | | | | | | Core Breaking API Changes
| * | | Updated changelog.Gravatar Ryan Wilson2018-04-10
| | | |
* | | | Remove deprecated remoteMessageDelegate (#1054)Gravatar Chen Liang2018-04-09
| | | | | | | | | | | | | | | | * Remove deprecated remoteMessageDelegate and simplify the shouldEstablishDirectChannel property
| | | * Removing unused importsGravatar Sebastian Schmidt2018-04-09
| | | |
* | | | Fixing concurrent modification when we cancel transactionGravatar Sebastian Schmidt2018-04-09
| | | |
| | | * Removing FirebaseStorage.downloadURLGravatar Sebastian Schmidt2018-04-09
| | | |
| * | | Updated CHANGELOG.mdGravatar Ryan Wilson2018-04-09
| | | |
| * | | Remove App Indexing deprecation message.Gravatar Ryan Wilson2018-04-09
| | | |
| * | | Remove iOS 7 Deprecation message.Gravatar Ryan Wilson2018-04-09
| | | |
| * | | Remove UIKit dependency on FIRApp. (#798)Gravatar Ryan Wilson2018-04-09
| | | |
| * | | Remove deprecated implementation - fixes build. (#794)Gravatar Ryan Wilson2018-04-09
| | | |
| * | | Remove compatibility shim for Xcode 7. (#785)Gravatar Ryan Wilson2018-04-09
| | | |
| * | | Remove deprecations from FIRConfiguration. (#760)Gravatar Ryan Wilson2018-04-09
| | | |
| * | | Move to NSProcessInfo for systemVersion. (#614)Gravatar Ryan Wilson2018-04-09
| | | | | | | | | | | | | | | | When supporting iOS 8 and above, we can now safely use NSProcessInfo on iOS as well as the Mac. This removes a dependency on UIKit for Core.