aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuthErrorUtils.m
Commit message (Collapse)AuthorAge
* Fix bad parsing of JWT datesGravatar Morgan Chen2018-06-26
|
* Fixes typo in public facing error message (#1207)Gravatar Zsika Phillip2018-05-02
|
* Adds copy auth state API (#1018)Gravatar Zsika Phillip2018-04-03
| | | | | | | | * Adds copy auth state API * improvements * Addresses comments
* Fixes small typo in comments (#524)Gravatar Zsika Phillip2017-12-01
|
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* 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:
* ReCAPTCHA verification error handling (#241)Gravatar Zsika Phillip2017-09-10
| | | | | | | | * reCAPTCHA error handling * Improvements * Addresses comments
* 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.
* Add FirAuthUrlPresenter (#222)Gravatar Zsika Phillip2017-09-01
| | | * Adds FIRAuthURLPResenter and FIRAuthUIDelegate
* Adds reCAPTCHA Token (#211)Gravatar Zsika Phillip2017-08-23
| | | | * Adds reCAPTCHA Token to the "send verification code" request.
* Handles MISSING_EMAIL error from server. (#187)Gravatar Xiangtian Dai2017-08-11
|
* update APNs Token error (#180)Gravatar Zsika Phillip2017-08-05
| | | | | | | | | | | | * update APNs Token error * update message * updates error message to be more readable * fixes mis-spelt word * fixes missspelled word
* 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
|
* Handle missing email error (#54)Gravatar Zsika Phillip2017-06-01
| | | | | Adds appropriate error handling for missing email in the createUserWithEmail:password:completion: flow. Also fixes a few typos.
* 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