aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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.
* 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
* | | Fixing concurrent modification when we cancel transactionGravatar 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.
| * | Remove old FIROptions constructor. (#615)Gravatar Ryan Wilson2018-04-09
| | |
* | | Unify the representation of the dotInfoConnected value to always be an ↵Gravatar Morten Bek Ditlevsen2018-04-09
|/ / | | | | | | __NSCFBoolean
* | Minor enhancements (#1041)Gravatar Zsika Phillip2018-04-07
| | | | | | | | | | | | * Minor enhancements * addresses comment
* | add NS_ASSUME_NONNULL macros to messagingGravatar Morgan Chen2018-04-05
| |
| * Fix nullability warning with new Messaging API (#1029) (#1032)Gravatar Ryan Wilson2018-04-05
| |
* | Fix nullability warning with new Messaging API (#1029)Gravatar Ryan Wilson2018-04-05
| |
| * Fix build break from trailing whitespace (#1027)Gravatar Paul Beusterien2018-04-04
| |
| * Cherry Pick of comments and changelog for M23 (#1028)Gravatar Ryan Wilson2018-04-04
| | | | | | | | | | | | | | | | | | | | * updates the changelog for pending release (#1025) * updates the changelog for pending release * addresses comment * Fix the comments for subscribe to topic (#1026)
* | Fix the comments for subscribe to topic (#1026)Gravatar Chen Liang2018-04-04
| |
* | Fix build break from trailing whitespace (#1027)Gravatar Paul Beusterien2018-04-04
| |
* | updates the changelog for pending release (#1025)Gravatar Zsika Phillip2018-04-04
| | | | | | | | | | | | * updates the changelog for pending release * addresses comment
| * Update component versions for 4.12.0 (#1024)Gravatar Ryan Wilson2018-04-04
|/
* Adds support for deep link to Email/Link sign-In (#1023)Gravatar Zsika Phillip2018-04-04
|
* Updates changelog (#1022)Gravatar Zsika Phillip2018-04-03
|
* Adds copy auth state API (#1018)Gravatar Zsika Phillip2018-04-03
| | | | | | | | * Adds copy auth state API * improvements * Addresses comments
* Updates change log (#938)Gravatar Zsika Phillip2018-04-03
| | | | | | | | | | * Updates changelog for Auth next release * Fixes typo * Addresses comment * Addresses comments
* improve logging when subscription failed (#1017)Gravatar Chen Liang2018-04-02
|
* Fixing spellingGravatar Sebastian Schmidt2018-04-02
|
* Updating Firebase Storage Changelog for v2.2.0Gravatar Sebastian Schmidt2018-04-02
|
* update changelog for release (#1014)Gravatar Chen Liang2018-04-02
|
* removes deprecation messages getIDTokenWithComp.. (#1011)Gravatar Zsika Phillip2018-03-30
| | | Removes deprecation message for getIDTokenWithCompletion: and getIDTokenForcingRefresh:completion. This methods are not being deprecated.
* Adding a new topic subscription/unsubcription with completion handler method ↵Gravatar Chen Liang2018-03-30
| | | | | | (#1001) * add new topic subscription/unsubscription method with handler
* Fix import casing (#1010)Gravatar Paul Beusterien2018-03-30
|
* Custom claims client api (#1004)Gravatar Zsika Phillip2018-03-29
| | | | | | | | | | | | | | | | * Adds custom claims API to client * Ammends branch Adds: - Deprecation messages - Fixes auth result keys - Ammends sample app - Adds unit tests * fixes typo switches “to” to “so”
* Add Logger Service for Swizzler (#1002)Gravatar Paul Beusterien2018-03-29
|
* Migrate Firebase off ObjC module @import statements (#992)Gravatar Ben Hamilton (Ben Gertzfield)2018-03-29
| | | | | | | | | | | * Migrate Firebase off @import statements * - Migrate tests and test utils from @import to #import. - Update Xcode projects for tests to explicitly link in framework deps. - Update check_no_module_imports.sh to look for @imports in tests/test utils/ integration tests. * Ensure check_no_module_imports.sh explicitly exits with code 0 on success.
* Merge pull request #985 from firebase/downlaodurldeprecationGravatar Sebastian Schmidt2018-03-28
|\ | | | | Deprecate StorageMetadata.downloadURLs
| * Clang formatGravatar Sebastian Schmidt2018-03-27
| |
| * Deprecate StorageMetadata.downloadURLsGravatar Sebastian Schmidt2018-03-27
| |
* | Remove FIRMessagingInstanceIDProxyGravatar Morgan Chen2018-03-27
|/
* nit to work with Jazzy doc style (#952)Gravatar Ibrahim Ulukaya2018-03-23
|
* Delete legacy module map (#964)Gravatar Paul Beusterien2018-03-22
|
* Add file I/O usage to Core documentation. (#959)Gravatar Ryan Wilson2018-03-21
| | | | | | | | * Add file I/O usage to documentation. * Update defaultOptions message. * Fix grammatical error.
* Merge pull request #950 from firebase/release-4.11.0Gravatar Paul Beusterien2018-03-20
|\ | | | | Release 4.11.0