aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
Commit message (Collapse)AuthorAge
* 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
* Plans next Auth release as 4.2.1 instead. (#306)Gravatar Xiangtian Dai2017-09-22
|
* User meta data (#292)Gravatar Zsika Phillip2017-09-21
| | | | | | | | | | | | * Add user metadata * Small improvements * Addresses comments * Fixes broken tests Adds FIRUserMetadata to unbrella file.
* Updates changelog for next Auth release of 4.3.0. (#303)Gravatar Xiangtian Dai2017-09-21
|
* Fixes a threading issue when calling back with an error for phone number ↵Gravatar Xiangtian Dai2017-09-21
| | | | | auth. (#298) Also changes the sample app to be able to test this case.
* Bump Core to 4.0.8 (#302)Gravatar Paul Beusterien2017-09-21
|
* Clarify FCM SDK swizzling notice (#291)Gravatar Riz2017-09-20
| | | The previous message was worded in a way as to imply that the FIRAppDelegateProxyEnabled key **should** be set to NO, disabling swizzling. This clarifies that message, indicating that this is for developers who would prefer to manually integrate the SDK.
* Fix app launch MCS connection issue (#290)Gravatar Riz2017-09-19
| | | | | This fixes a bug in the automatic direct channel logic, where a failure to get checkin info from the Instance ID SDK was resulting in a non-retrying failure, causing the automatic connection logic to not retry connecting. A listener is added for a new notification that will be fired from Instance ID. When that notification is fired, `FIRMessagingClient` will re-attempt to connect. NOTE: The actual fix will not work until the Firebase InstanceID SDK is also updated.
* FIxes Swift name for the new protocol. (#289)Gravatar Xiangtian Dai2017-09-19
|
* Consolidate AuthSamples into main Firebase Xcode project (#288)Gravatar Paul Beusterien2017-09-19
|
* Removes unused Fir_authPhoneNumber (#277)Gravatar Zsika Phillip2017-09-17
| | | Removes references of unused Fir_authPhoneNumber and accompanying class.
* Remove duplicate logging issue. (#279)Gravatar Ryan Wilson2017-09-15
| | | | | Some combinations of iOS version, simulator/device, and Xcode version result in duplicate logs. This should remove duplicate logs while ensuring that all Firebase related logs are still shown.
* Adding Multi-Resource support to the Firebase iOS SDK (#278)Gravatar Sebastian Schmidt2017-09-15
| | | | | * Adding Multi-Resource support to the Firebase iOS SDK. This CL also makes RepoInfo hashable and simplifies RepoManager based on this.
* Update CHANGELOG.md (#280)Gravatar Sebastian Schmidt2017-09-15
|
* Add missing comments (#273)Gravatar Zsika Phillip2017-09-15
| | | | | | | | * Small code clean-up changes * Fixes typos * Addresses comment
* Don't delete apps that don't exist (#276)Gravatar Sebastian Schmidt2017-09-15
|
* Adds event ID validation to verify phone number (#263)Gravatar Zsika Phillip2017-09-13
| | | | | * Adds event ID validation to verify phone number
* Bump Core to 4.0.7 (#267)Gravatar Paul Beusterien2017-09-13
|
* Remove trailing space to fix master travis build (#268)Gravatar Paul Beusterien2017-09-13
|
* Fixes nullability and removed redundant property for FIROAuthCredential. (#262)Gravatar Xiangtian Dai2017-09-13
| | | | | * Fixes nullability and removed redundant property for FIROAuthCredential. * Fixes a typo in FIROAuthCredential initializer.
* Remove FIRMessaging_FAIL macro, log result code (#265)Gravatar Riz2017-09-13
| | | | | | This removes the `FIRMessaging_FAIL` macro which was using `__builtin_trap()`, and replaced with `NSAssert` calls. These `NSAssert` calls may not get called in release builds, and so we also log them with FIRLogger error messages. The RMQ database open error result code is now parsed and included in the error message to help us identify causes for #199 .
* Move mugs derived code to third_party with proper LICENSE (#247)Gravatar Paul Beusterien2017-09-13
|
* Adds a check for custom scheme in plist for phone number auth reCAPTCHA. (#256)Gravatar Xiangtian Dai2017-09-13
| | | Also rewrites phone number auth reCAPTCHA tests.
* Update CHANGELOG.md for Database (#261)Gravatar Sebastian Schmidt2017-09-13
| | | | | | | | | | * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* Adds ability to track Firebase Auth UI per request (#251)Gravatar Zsika Phillip2017-09-12
| | | | | | | | | * Adds ability to track Firebase Auth UI per request Adds internal method to FIRAuth which will be accessed in Auth UI via an extension. Example request header header with Firebase Auth Core Marker: X-Client-Version: iOS/FirebaseSDK/0.1.1/FirebaseCore-iOS
* Updating Storage CHANGELOG.md for v2.0.2 (#255)Gravatar Sebastian Schmidt2017-09-12
|
* Implements web view for presenting Auth web content on iOS 7 and 8. (#253)Gravatar Xiangtian Dai2017-09-12
| | | | Also (hopefully) fixes thread safety issues in presenting Auth web content.
* Enable FIRLogger to be weakly linked (#244)Gravatar Paul Beusterien2017-09-10
|
* ReCAPTCHA verification error handling (#241)Gravatar Zsika Phillip2017-09-10
| | | | | | | | * reCAPTCHA error handling * Improvements * Addresses comments
* Non-functional changes to reduce FirebaseCore by 792 bytes (#250)Gravatar Paul Beusterien2017-09-10
|
* 473 bytes of low-hanging size fruit and typo fix (#246)Gravatar Paul Beusterien2017-09-08
|
* Fixing the session identifier for non-default apps (#240)Gravatar Sebastian Schmidt2017-09-06
|
* Firebase Storage: Allowing metadata to be cleared (#197)Gravatar Sebastian Schmidt2017-09-06
| | | | * Allowing metadata to be cleared
* Deprecates the old phone number auth method. (#236)Gravatar Xiangtian Dai2017-09-06
|
* Switchs Auth Swift sample to use the new phone number auth API. (#237)Gravatar Xiangtian Dai2017-09-06
| | | | Also fixes macOS tests.
* Fixes Auth URL presenter: (#239)Gravatar Xiangtian Dai2017-09-06
| | | | | | - kinda works on iOS 8-; - calls back with cancellation error correctly on 'Done' button; - cleans up upon completion.
* Ensure that FIRLogger functions are declared as C (#238)Gravatar Michael Haney2017-09-06
| | | Wrap the FIRLogger functions in an extern "C" when being compiled as C++.
* Removes canHandleURL from FIRAuthInternal (#235)Gravatar Zsika Phillip2017-09-05
| | | | | | | | * Removes canHandleURL from FIRAuthInternal Removes canHandleURL from FIRAuth_Internal and makes small modification to FIRPhoneAuthProvider unit test. * Addresses comment
* Updates changelog for upcoming FirebaseAuth 4.2.0 release. (#234)Gravatar Xiangtian Dai2017-09-05
|
* Declares FirebaseAuth depending on SafariServices. (#232)Gravatar Xiangtian Dai2017-09-05
|
* Fixes Auth build when module is disabled (#231)Gravatar Xiangtian Dai2017-09-04
| | | | | | | | | * Changes "@import" to "@import" to make the code buildable when module is disabled. Also rearranges code to merge two #if blocks. * Makes comments more accurate. * Fixes comments.
* Adds app verification alternative (#228)Gravatar Zsika Phillip2017-09-04
| | | | * Adds app verification alternative