aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
|
* Merge pull request #482 from firebase/schmidt-sebastian-patch-1Gravatar Sebastian Schmidt2017-11-21
|\ | | | | Updating Changelog for 4.1.2 RTDB release
* | Updating CHANGELOG for Storage to 2.1.0Gravatar Sebastian Schmidt2017-11-21
| |
| * Updating Changelog for 4.1.2 RTDB releaseGravatar Sebastian Schmidt2017-11-21
|/
* Add Auth Result to createUserWithEmail (#477)Gravatar Zsika Phillip2017-11-20
|
* Adds AuthDataResult to anonymous sign in (#470)Gravatar Zsika Phillip2017-11-17
| | | | | | | | | | * Adds AuthDataResult to anonymous sign in * Fixes typo * Addresses comments * addresses comment on PR
* Remove unused code from Messaging (#458)Gravatar Paul Beusterien2017-11-15
|
* Using deferred init to ensure that we init FEmptyNode only onceGravatar Sebastian Schmidt2017-11-09
|\ | | | | Using deferred init to ensure that we init FEmptyNode only once
* | Adding the md5 hash to FIRStorageMetadataGravatar Sebastian Schmidt2017-11-09
| |
* | Clang-formatting StorageGravatar Sebastian Schmidt2017-11-09
| |
| * Using defereed init to ensure that we init FEmptyNode only onceGravatar Sebastian Schmidt2017-11-09
|/
* Make FSTIntegrationTestCase Objective-C++ (#439)Gravatar Gil2017-11-09
| | | | | | | | | | | * Make all FIRLogger functions extern "C" * Make FSTIntegrationTestCase Objective-C++ Keep external interface to FSTIntegrationTestCase Objective-C * Add explicit dependency on Firebase/Community/Core from Tests This fixes a linkage error on a missing _FIRSetLoggerLevel symbol
* Enumerator using generic. Cleaner for .. in .. loop in Swift (#433)Gravatar Ibrahim Ulukaya2017-11-08
| | | | | | | | | | | | | | * Enumerator using generic. Cleaner for .. in .. loop in Swift So for childSnapshot in snapshot.children { you don't need to cast each child. Each cild is already known as DataSnapshot * Update FIRDataSnapshot.h * Update FIRMutableData.h * Update FIRMutableData.m
* Update Core and Community versions for Firebase 4.6.0 release (#437)Gravatar Paul Beusterien2017-11-08
|
* Add argument for forcing STDERR output in FIRLogger. (#430)Gravatar Ryan Wilson2017-11-08
|
* Update change log (#429)Gravatar Zsika Phillip2017-11-06
| | | | | | | | * Updates change log for 4.3.2 * Small improvement * Updates podspec as well
* Handle error after phone auth linking (#422)Gravatar Zsika Phillip2017-11-05
| | | | Handles possible errors after linking phone number. Also sets anonymous ivar to NO if linking succeeded.
* Fixing AppStore detection (#410)Gravatar davidair2017-10-26
| | | Fixing a bug where isFromAppStore would return YES for TestFlight apps
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* Merge branch 'master' of https://github.com/firebase/firebase-ios-sdk into ↵Gravatar Ivan2017-10-23
|\ | | | | | | fix-reason-parameter
* | handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
| |
| * Fixes a pod lint warning for implicit conversion. (#399)Gravatar Xiangtian Dai2017-10-21
| |
| * Update Core and Community versions for Firebase 4.5.0 release (#397)Gravatar Paul Beusterien2017-10-20
| |
| * Updates the change log for Auth release 4.3.1 (#392)Gravatar Zsika Phillip2017-10-20
| | | | | | | | | | | | | | | | * Updates the changelog for M20. * Updates podspec version * uses correct single quote character
| * Add Performance and Firestore strings to FIRApp (#394)Gravatar Paul Beusterien2017-10-20
| |
| * Silences unguarded availability warnings in Auth. (#389)Gravatar Xiangtian Dai2017-10-19
|/ | | | | Also fixes a crash in the Auth sample app in an error case. This addresses *Auth* part of #385 .
* Remove unused internal function. (#383)Gravatar Ryan Wilson2017-10-17
| | | This isn't referenced anywhere internally or externally.
* Add simpler delegate method for FCM tokens (#375)Gravatar Riz2017-10-12
| | | | | | This new delegate method will be called generally once per app start, to always provide a current token. This token may change over time. This simpler method makes integration much simpler, as: * Developers no longer have to check for a current token using the `.fcmToken` property, and also check for token changes using the `-messaging:didRefreshRegistrationToken:` delegate method. * There is a single code path for when a token is available, making operations that depend on a token being available easier to implement. For example, this is the right method to always upload your FCM token to your application server, or to subscribe to topics, etc.
* Update Core and Community versions for Firebase 4.4.0 release (#370)Gravatar Paul Beusterien2017-10-11
|
* Improves changelog for FirebaseAuth 4.3.0 release. (#355)Gravatar Xiangtian Dai2017-10-10
|
* Fixed capitalization in Xcode. (#361)Gravatar Ryan Wilson2017-10-10
|
* Adding RTDB 4.1.1 release notes (#358)Gravatar Sebastian Schmidt2017-10-10
|
* Fix warnings exposed by Xcode 9.1 in RTDB (#353)Gravatar Paul Beusterien2017-10-10
|
* Prepare to release FirebaseAuth 4.3.0 (#345)Gravatar Xiangtian Dai2017-10-09
| | | | | | | | | | | | * Update Auth version to 4.3.0 * Revert "Removes user meta from public API (#308)" This reverts commit 1602391bf8a9b6d3247716e3bf7b9f27dec8d2b6. * Revert "Removes metadata from swift sample (#318)" This reverts commit 804ff523a20072fb958e9137c76b9c0e14dda870.
* Add void's to eliminate Xcode 9.1 warnings (#352)Gravatar Paul Beusterien2017-10-09
|
* Fix warnings exposed by Xcode 9.1 in Auth (#350)Gravatar Paul Beusterien2017-10-09
|
* Delete duplicated FIRAuthOperationType.h (#348)Gravatar Paul Beusterien2017-10-09
|
* Fix a warning that shows up in Xcode 9 (#342)Gravatar Paul Beusterien2017-10-06
|
* Don't swizzle missing and optional delegate methodsGravatar Riz2017-10-04
| | | | | | | | | FCM's swizzling of the user notification center currently swizzles only one of the two optional delegate methods (userNotificationCenter:willPresentNotification:withCompletionHandler:), but not the other (userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:). The didReceiveNotificationResponse, if implemented by the delegate, is the sole receiver of all user action on a notification, including simply tapping on the notification itself. Prior to this change, if the developer had implemented didReceiveNotificationResponse, then FCM would not be able to collect this event for analytics. Additionally, I changed the logic in FIRMessagingRemoteNotificationsProxy to check whether these methods are actually implemented before swizzling them. It was always swizzling, which meant it was adding an implementation if the method didn't exist. This would confuse iOS into thinking the developer did implement these methods and NOT fall back to delivering the notifications to the application delegate. With this change, if the developer did not implement these methods, then FCM will not swizzle those methods. That keeps the behavior true to what the developer intended.
* Fixes reference docs (#330)Gravatar Zsika Phillip2017-10-04
| | | | | | | | | | * Fixes reference docs Fixes reference docs for FIRAuthErrorUserInfoEmailKey. * Modfies error code Modifies the error code where the FIRAuthErrorUserInfoDataKey key is set.
* Simplifies logic to post auth state change notifications, which is also ↵Gravatar Xiangtian Dai2017-10-03
| | | | applied more consistently now. (#325)
* Release 4.3.0 (#327)Gravatar Gil2017-10-03
| | | | Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3
* Automatically signs user out if the token is no longer valid. (#323)Gravatar Xiangtian Dai2017-10-02
|
* Disambiguates known errors from web context (#322)Gravatar Zsika Phillip2017-10-02
| | | | | | * Disambiguates known errors from web context - Disambiguates known errors possibly returned by verifyPhoneNumber:UIDelegate:completion:
* Add operation phone auth (#309)Gravatar Zsika Phillip2017-09-27
| | | | | | | | | | | | | | | | | | * Adds operation to verify PhoneNumber requests * Improvements and unit tests * Fixes typo * Addresses comments - Removes the FIRAuthOperation class. - Defines the FIRAuthOperationType as an enum in a class of the same name. - Passes the FIRAuthOperationType value down to the verifyPhoneNumber RPC where it is translated to a string. * Fixes unit tests * Actually fixes the unit tests.
* RTDB Changelog for v4.1.0 (#316)Gravatar Sebastian Schmidt2017-09-26
| | | | | | * RTDB Changelog for v4.1.0 * Update CHANGELOG.md
* - Saves user metadata in keychain. (#305)Gravatar Xiangtian Dai2017-09-26
| | | | - Adds Swift stubs for the new API. - Shows the `isNewUser` bit in the sample app.
* Clang-formatting FIRLogger (#312)Gravatar Sebastian Schmidt2017-09-25
|
* Removes user meta from public API (#308)Gravatar Zsika Phillip2017-09-22
| | | | | | | | | | * Removes user meta from public API * remove unused import removes unused import * Removes Swift Name