aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth/Sample
Commit message (Collapse)AuthorAge
* Remove deprecated verify phone number (#1200)Gravatar Zsika Phillip2018-04-30
| | | | | | * remove_deprecated_verify_phone * Fixes unit tests
* Adds phone auth testing. (disableAppVerification) (#1192)Gravatar Zsika Phillip2018-04-29
|
* Adds new callback to createUse API (breaking change) (#1186)Gravatar Zsika Phillip2018-04-25
|
* First pass of Auth breaking changes (#1123)Gravatar Zsika Phillip2018-04-25
|
* Minor enhancements (#1041)Gravatar Zsika Phillip2018-04-07
| | | | | | * Minor enhancements * addresses comment
* Adds copy auth state API (#1018)Gravatar Zsika Phillip2018-04-03
| | | | | | | | * Adds copy auth state API * improvements * Addresses comments
* Custom claims client api (#1004)Gravatar Zsika Phillip2018-03-29
| | | | | | | | | | | | | | | | * Adds custom claims API to client * Ammends branch Adds: - Deprecation messages - Fixes auth result keys - Ammends sample app - Adds unit tests * fixes typo switches “to” to “so”
* Add sign in method constants (#923)Gravatar Zsika Phillip2018-03-14
| | | | | * Updates Changelog for 4.5.0 release * Adds sign-in method constants
* Adds Email link sign-in (#882)Gravatar Paul Beusterien2018-03-07
|
* Adds AdditionalUserInfo to Phone Auth (#623)Gravatar Zsika Phillip2018-01-08
|
* Add nil check for completion handlers (#568)Gravatar Zsika Phillip2017-12-14
| | | | | | | | * Add nullability check for completion handler * Addresses comments * added line break
* Fixes stating host (#528)Gravatar Zsika Phillip2017-12-04
|
* Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| | | | Qualify all cross-pod imports of FirebaseCore headers
* Adds Auth Result to Sign In with Custom token (#489)Gravatar Zsika Phillip2017-11-27
| | | | | | * Adds Auth Result to Sign In with Custom token * Addresses comomments
* Use brackets for module imports (#487)Gravatar Paul Beusterien2017-11-22
|
* Adds AuthDataResult to signInWithEmailPassword Method (#484)Gravatar Zsika Phillip2017-11-22
| | | | | | | | | | | | * Adds AuthDataResult to signInWithEmail:Password * Addresses comments * Addresses comments * addresses more comments * Fixes broken tests
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-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
* removes unused label from sample app (#468)Gravatar Zsika Phillip2017-11-16
|
* Add images and icons to silence Xcode 9 warnings (#396)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 .
* Adds automated test for manual phone sign-inGravatar Ivan2017-10-16
|
* Adds automated test for manual phone sign-inGravatar Ivan2017-10-16
|
* Adds automated test for manual phone sign-inGravatar Ivan2017-10-16
|
* Adds automated test for manual phone sign-inGravatar Ivan2017-10-13
|
* new user popup toggleGravatar Ivan2017-10-10
|
* new user popup toggleGravatar Ivan2017-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 new user popup to sample appGravatar Ivan2017-10-06
|
* Add new user popup to sample appGravatar Ivan2017-10-06
|
* Adds new user popup to sample app.Gravatar Ivan2017-10-06
|
* - 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.
* 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
* User meta data (#292)Gravatar Zsika Phillip2017-09-21
| | | | | | | | | | | | * Add user metadata * Small improvements * Addresses comments * Fixes broken tests Adds FIRUserMetadata to unbrella file.
* 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.
* Consolidate AuthSamples into main Firebase Xcode project (#288)Gravatar Paul Beusterien2017-09-19