aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source
Commit message (Collapse)AuthorAge
...
* Fixes an incorrect assumption of Auth server error message. (#179)Gravatar Xiangtian Dai2017-08-04
| | | Also allows the Auth sample app to test all combination of `handleCodeInApp` and continue URL.
* Move Auth notification constant into Core. (#155)Gravatar Ryan Wilson2017-08-04
| | | | | | | | | | | | * Move Auth notification constant into Core. SDKs that want to listen for the internal Auth notifications needed to copy the notification strings to their own SDK instead of relying on Auth's definition in order to avoid a dependency on Auth. By moving them to Core, SDKs can use the constants without taking on another dependency. * Remove Auth stub, add app instance to notification.
* Adds the missing FIRActionCodeOperationRecoverEmail. (#177)Gravatar Xiangtian Dai2017-08-04
| | | Also allow in-app action code handling to cancel and leave the code in pasteboard.
* Action code fixes and improvements (#176)Gravatar Xiangtian Dai2017-08-03
| | | | | | | | | | * Makes Auth sample in-app password reset work on iOS 8-. * Sets default iOS bundle ID for action code settings. * Adds an entry in the Auth sample app to verify email in app. * Removes '-' from 'in-app' to be consistent with other messages in the Auth sample app.
* Add FIR_SWIFT_NAME for ActionCodeSettings. (#173)Gravatar Ryan Wilson2017-08-02
|
* Removes trailing whitespace characters from source files. (#169)Gravatar Xiangtian Dai2017-08-02
|
* Simplifies the logic to get the app locale. (#166)Gravatar Xiangtian Dai2017-08-02
|
* Request configuration and API key fixes (#164)Gravatar Xiangtian Dai2017-08-01
| | | | | | - Fixes non-default auth operations by not referring to the default auth. - Fixes non-current user operations by always associating the auth instance with the user instance. - Defends against changing of API key by not persisting the API key.
* 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.
* Fixes small reference documentation mistakes (#141)Gravatar Zsika Phillip2017-07-17
| | | | * Fixes small reference documentation mistakes
* Fix GoogleService-Info.plist casing in comments (#135)Gravatar Paul Beusterien2017-07-14
| | | | | * Fix GoogleService-Info.plist casing in comments * fix macOS travis failure
* Initializes the shared FIRAuthAppDelegateProxy instance in the main ... (#123)Gravatar Xiangtian Dai2017-07-07
| | | | Initializes the shared FIRAuthAppDelegateProxy instance in the main thread because it needs access to UIApplication.
* Moves most of FIRAuth initialization out of the calling thread. (#115)Gravatar Xiangtian Dai2017-06-30
| | | | | | | | | | | | | | | | | | * Adds an option to time initialization of FIRAuth instance in the sample app. * Changes deployment target from 10.3 to 8.0 for Auth samples. * Fixes some Xcode warnings in the Auth sample app. * Moves most of `FIRAuth` initialization to the work thread. * Fixes a typo. * Fixes accessing of public `currentUser` method from internal method. * Fixes tests for macOS. * Addresses review comments.
* Add travis trailing whitespace check (#116)Gravatar Paul Beusterien2017-06-30
| | | | | | * Add travis trailing whitespace check * Remove trailing white space
* 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)
* Add UIKit import to FIRAuth implementation (#105)Gravatar Zsika Phillip2017-06-25
| | | | | | * Add UIKit import to FIRAuth implementation * Moves UIKit import behind the iOS flag to avoid breaking OSX build.
* Removes unused class (#94)Gravatar Zsika Phillip2017-06-20
|
* 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.
* Adds client version header to Firebase Auth server requests. (#79)Gravatar Xiangtian Dai2017-06-08
| | | Sends the SDK version with the "X-Client-Version" HTTP header to be consistent with other platforms for easier backend processing.
* Delete trailing whitespace (#73)Gravatar Paul Beusterien2017-06-06
|
* Add Foundation import so TARGET_OS_IOS or other TARGET_OS_* gets defined (#71)Gravatar Paul Beusterien2017-06-06
|
* Add phone number property to NSSecureCoding (#68)Gravatar Zsika Phillip2017-06-04
| | | Ecodes and decodes the phone number property of FIRUser.
* documents phone auth with reference docs (#66)Gravatar Zsika Phillip2017-06-03
| | | Adds error documentation pertaining to phone auth to signInAndRetrieveDataWithCredential:completion: method
* Auth source file cleanup (#65)Gravatar Xiangtian Dai2017-06-02
| | | | | | | | | * Cleans up Firebase Auth sources: - Updates umbrella header files to import all public header files. - Moves remaining private header files under root of source directory to the private subdirectory. - Makes the version header file non-executable. * Excludes phone number auth headers from the umbrella header for mac OS.
* Fix a typo (#62)Gravatar Paul Beusterien2017-06-02
|
* 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
* 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.
* Schedules automatic auth token refresh as soon as the triggering method is ↵Gravatar Xiangtian Dai2017-05-31
| | | | called. (#43)
* Update error messages to be Swift friendly. (#40)Gravatar Ryan Wilson2017-05-30
| | | | | | | | | | | * Update error messages to be Swift friendly. Error messages should include Swift references on top of the Objective-C references. * Add semicolon to [FIRApp configure] for consistency. * Add Swift reference for application(_:didFinishLaunchingWithOptions:)
* Uses official Firebase Auth product names in code and doc. (#32)Gravatar Xiangtian Dai2017-05-26
| | | Also fixes minor leftovers from previous auth crendetial refactory.
* 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.
* Remove double commented lines. (#11)Gravatar Ryan Wilson2017-05-17
|
* InitialGravatar Paul Beusterien2017-05-15