aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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)Gravatar Ryan Wilson2018-04-05
|
* 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
* 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
* | Adds exception for invalid parameter (#931)Gravatar Zsika Phillip2018-03-15
| | | | | | | | | | | | * Adds exception for invalid parameter * Account for differences between find and git output (#932)
| * Add sign in method constants (#923)Gravatar Zsika Phillip2018-03-14
| | | | | | | | | | * Updates Changelog for 4.5.0 release * Adds sign-in method constants
| * Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|/
* Updates Changelog for 4.5.0 release (#908)Gravatar Zsika Phillip2018-03-12
| | | | | | * Updates Changelog for 4.5.0 release * Addresses comments
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | * Version bumps for Firebase 4.10.1 (#891) * Minimal fix for b/74357976 (#890) Fixes b/74357976 which caused unauthenticated users to be unable to reach the Firestore backend and updates the changelog. * Copy all C++ strings to NSString where they're not obviously safe (#893) This fixes a known instances of memory corruption where in FSTLevelDBMutationQueue, the NSString view was retained for later, and the incorrect user was used, causing b/74381054. gRPC does not necessarily copy its string argumnets and if our hostname were configured to a non-default one it's possible that we could corrupt the host cache too. All remaining usages of util::WrapNSStringNoCopy are obviously safe: passed into logging or other known transient usages. * fix lint
* Adds Email link sign-in (#882)Gravatar Paul Beusterien2018-03-07
|
* Fix the issue completion handler is not triggered in subscribeToTopic. (#867)Gravatar Chen Liang2018-03-01
| | | | | * fix the issue that handler not get triggered
* Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|
* Update Core CHANGELOG for 4.0.16 (#858)Gravatar Paul Beusterien2018-02-27
|
* Update changelog for release (#857)Gravatar Zsika Phillip2018-02-27
| | | | | | * Updates changelog in preparation for release * Adds another change.
* Merge pull request #851 from firebase/bs-firebasecore-versionGravatar Benoit St-Pierre2018-02-26
|\ | | | | Report FirebaseCore version
| * Remove unnecessary nonnull annotationsGravatar Benoit St-Pierre2018-02-26
| |
| * Manually fix clang-format issuesGravatar Benoit St-Pierre2018-02-26
| |
| * Add XCode and Apple SDK versionsGravatar Benoit St-Pierre2018-02-26
| |
* | Merge pull request #855 from firebase/schmidt-sebastian-patch-7Gravatar Sebastian Schmidt2018-02-26
|\ \ | | | | | | Update CHANGELOG.md for Firebase Storage v2.1.3
* \ \ Merge pull request #853 from firebase/schmidt-sebastian-patch-6Gravatar Sebastian Schmidt2018-02-26
|\ \ \ | | | | | | | | Updating RTDB Changelog for v4.1.5
| | * | Update CHANGELOG.mdGravatar Sebastian Schmidt2018-02-26
| |/ / |/| |
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2018-02-26
| | |
| | * Change library nameGravatar Benoit St-Pierre2018-02-26
| | |
| | * Style fixesGravatar Benoit St-Pierre2018-02-26
| | |
| * | Update CHANGELOG.mdGravatar Sebastian Schmidt2018-02-26
| | |