aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/AuthProviders
Commit message (Collapse)AuthorAge
* Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| | | | Qualify all cross-pod imports of FirebaseCore headers
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* 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.
* Removes unused Fir_authPhoneNumber (#277)Gravatar Zsika Phillip2017-09-17
| | | Removes references of unused Fir_authPhoneNumber and accompanying class.
* Add missing comments (#273)Gravatar Zsika Phillip2017-09-15
| | | | | | | | * Small code clean-up changes * Fixes typos * Addresses comment
* Adds event ID validation to verify phone number (#263)Gravatar Zsika Phillip2017-09-13
| | | | | * Adds event ID validation to verify phone number
* 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.
* 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.
* 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.
* ReCAPTCHA verification error handling (#241)Gravatar Zsika Phillip2017-09-10
| | | | | | | | * reCAPTCHA error handling * Improvements * Addresses comments
* Adds app verification alternative (#228)Gravatar Zsika Phillip2017-09-04
| | | | * Adds app verification alternative
* Swizzles APNs token error app delegate method for faster turnaround. (#226)Gravatar Xiangtian Dai2017-09-01
| | | Also removes the server request in case the token is missing.
* Adds reCAPTCHA Token (#211)Gravatar Zsika Phillip2017-08-23
| | | | * Adds reCAPTCHA Token to the "send verification code" request.
* APNs token handling improvements. (#157)Gravatar Xiangtian Dai2017-07-28
| | | | | | | | | | | | | * APNs token handling improvements. - Calls VerifyClient without token anyway if the APNs token cannot be retrieved. This allows server to use discretion if needed in future. The developer will receive the same error as before. - Moves token formatting code to the token class itself to make the main logic in the provider class more clear. This also eliminates duplicated code in the sample app. * Adds a comment about a string constant used in test.
* Merge from private/auth-master (#159)Gravatar Xiangtian Dai2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds passing state and continue URL in OOBCodes actions. (#82) * Adds actionCodeSettings class (#83) * Adds FIRActionCodeSettings class * Removes iOSAppStoreId to reflect update spec. * Adds “reset password in app” to sample app (#84) * Adds “reset password in app” to sample app * Addresses comments * Addresses comments * Adds @param documentation for actionCodeSettings (#85) Adds @param documentation for actionCodeSettings in FIRGetOOBConfirmationCodeRequest. * Adds request configuration class Adds a class that will comprise of all configurations needed to make a request to the Firebase Auth backend; including APIKey and Language code in the future. * Addresses comments. * Adds Setting Language Add Setting Language Feature to Firebase Auth. - Only adds support for two languages (English and Spanish) in this change. (Also supports two languages in test), more to come after this change is accepted. - For now sample app tests language setting only when using “reset password in app” option, the email sent will be in the current app language. Additional tests to come after change is accepted. * Amends code for unit tests Will add more comprehensive testing when code accepted. * Ecodes strings files in UTF-8 * Addresses comments * Addresses comments * Remove comments in .strings * Adds remaining TC languages to Firebase Auth. * Add line break to .strings files * remove language code english fallback Remove the fallback that sends “en” as the language code to the backend if no language code is specified. * addresses comment * Fixes FIRSecureToken Crash Integrates FIRSecureTokenService and FIRSecureTokenRequest with FIRAuthRequestConfiguration. * Addresses comment * Add auth language input Adds Auth language input to the Sample App in preparation for manual testing. * removes unnecessary comment * address comments * Add app language option Allow user to set the current app language code as the auth language code. This is in preparation for manual testing before release. * Addresses Comment * Adds missing continue URI Adds missing continue URL to Firebear error handling. * Remove unused line Removes unused line from FIRPhoneAuthProvider.m * Moves the new public header to the right place. * Fixes broken macOS build. * Removes trailing spaces. * Addresses review comments.
* Remove Auth/Source/Private - restoring headers to original location (#113)Gravatar Paul Beusterien2017-06-29
|
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29
|
* Changes client-side logging level for some messages generated by Auth to be ↵Gravatar Xiangtian Dai2017-06-29
| | | | in line with product-wise standard. (#109)
* Removes old `FIREmailPasswordAuthProvider` files. (#90)Gravatar Xiangtian Dai2017-06-20
| | | | | | | * Removes old files that has been removed. The class has been renamed to `FIREmailAuthProvider`. * Removes remaining references to 'bears' from repository.
* macOS (#38)Gravatar Mathew Huusko V2017-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Example/Core: create macOS app/tests target * Example/Core: Core_Example/Tests -> Core_Example/Tests_iOS * Example/Core: macOS building/tests passing * Example/Database: separate iOS/macOS targets * BuildFrameworks: macOS * .travis.yml, test.sh: AllUnitTests -> AllUnitTests_iOS * test.sh: add AllUnitTests_macOS * Example/Storage: Example/Tests->_iOS * Example/Storage: macOS * test.sh: try to prevent double error 65 * test.sh: build before test * Example/Auth|Messaging: -> _iOS * Example/Auth: macOS build * Example/Auth: macOS passing * Example/Firebase: pod de/re-integrate; fix static DerivedData references; copy phase for OCMock * Example/Firebase: manually copied OCMock, Products Dir vs. Frameworks * Example/Firebase: copied OCMock, prevent header removal * Example/Storage: integration tests sdk fix * Example/Auth: macOS exclude FIRAuthAppCredentialManager; cleanup * Firebase/Core: remove nullability annotation * Firebase/Core|Database: correct TARGET_X usage for correctness and anticipation of OS_WATCH|TV branches * build.swift: style fix * Firebase/Core: FIRLogger: fix macOS intermittent va_list error
* Update FIRPhoneAuthProvider reference docs (#27)Gravatar Paul Beusterien2017-05-24
| | | | Adds reference docs error documentation to FIRPhoneAuthProvider. Also fixes small typo in FIRAuthErrorUtils.
* Auth jazzy fixes and Swift sample updates (#19)Gravatar Paul Beusterien2017-05-19
| | | * Removes the '@c' that would cause Jazzy issue down the road.
* InitialGravatar Paul Beusterien2017-05-15