aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth
Commit message (Collapse)AuthorAge
* Add Auth interoperability library. (#1501)Gravatar Ryan Wilson2018-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Auth interoperability library. This allows other SDKs to retrieve the user ID and fetch a new Auth token in a type-safe way through the Core container. * Remove unnecessary import. * Add missing copyright. * Resolve comments. - Remove unnecessary umbrella header. - Move to version 1.0. - Add tvOS support for app lifecycle changes. * Move public interop headers to private. * Add public_header_files too. * Moved headers back into public. * Shorten Interoperability and Interoperable to Interop. * Add AuthInterop to travis linting. * Fixed tag format in AuthInterop.podspec. * Add AuthInterop path to Firestore Podfile.
* Remove one more umbrella header import in Auth Tests (#1502)Gravatar Paul Beusterien2018-07-09
| | | | | | | * Remove one more umbrella header import in Auth Tests * Add -ObjC for Auth Mac * Scheme cleanups * Make sure the FirebaseAuth framework gets linked for tvOS
* Don't use module import in tests (#1500)Gravatar Paul Beusterien2018-07-06
|
* Fix bad parsing of JWT datesGravatar Morgan Chen2018-06-26
|
* Always run sanitizers with AllUnitTests_iOS (#1447)Gravatar Paul Beusterien2018-06-25
| | | | | * Always run sanitizers with AllUnitTests_iOS * increase timeout value
* Promote users to non-anonymous status even when linking account w/o pwGravatar Morgan Chen2018-06-19
|
* Fixes API tests (#1235)Gravatar Zsika Phillip2018-05-07
|
* 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
|
* Remove GTM dependency from FirebaseAuth (#1175)Gravatar Paul Beusterien2018-04-24
|
* Fixes base64URL encoding (#1161)Gravatar Zsika Phillip2018-04-20
| | | | | | | | * Fixes base64URL encoding * Addresses comments * Addresses comment
* Fixes typo that causes token parsing to break (#1076)Gravatar Zsika Phillip2018-04-12
|
* Import changes to build Auth as a Swift static lib (#1042)Gravatar Paul Beusterien2018-04-09
|
* Minor enhancements (#1041)Gravatar Zsika Phillip2018-04-07
| | | | | | * Minor enhancements * addresses comment
* Adds support for deep link to Email/Link sign-In (#1023)Gravatar Zsika Phillip2018-04-04
|
* 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”
* Migrate Firebase off ObjC module @import statements (#992)Gravatar Ben Hamilton (Ben Gertzfield)2018-03-29
| | | | | | | | | | | * Migrate Firebase off @import statements * - Migrate tests and test utils from @import to #import. - Update Xcode projects for tests to explicitly link in framework deps. - Update check_no_module_imports.sh to look for @imports in tests/test utils/ integration tests. * Ensure check_no_module_imports.sh explicitly exits with code 0 on success.
* 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
|
* Amends phone auth unit tests (#632)Gravatar Zsika Phillip2018-01-09
|
* Adds AdditionalUserInfo to Phone Auth (#623)Gravatar Zsika Phillip2018-01-08
|
* Removing an obsolete setting from plist files (#617)Gravatar davidair2018-01-08
| | | | | | | | * Removing an obsolete setting from plist files * Fixing Unit Tests * Fixing nullability
* Adds API Test for Email Update (#613)Gravatar Zsika Phillip2018-01-04
|
* Add Community Supported tvOS (#590)Gravatar Paul Beusterien2018-01-03
| | | | | | | Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing
* Adds new API tests for Firebase Auth (#610)Gravatar Zsika Phillip2018-01-03
|
* Internal code clean up (#584)Gravatar Zsika Phillip2017-12-19
| | | Fixes indentation and removes unused imports.
* Add nil check for completion handlers (#568)Gravatar Zsika Phillip2017-12-14
| | | | | | | | * Add nullability check for completion handler * Addresses comments * added line break
* Double auth unit test timeout to address travis flakiness (#548)Gravatar Paul Beusterien2017-12-08
|
* 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
|
* Fixes code style (#428)Gravatar Zsika Phillip2017-11-06
|
* Improve swift sample app (#409)Gravatar Zsika Phillip2017-10-25
| | | | | | | | | | * Updates the sign-in methods on Swift Sample Updates the sign-in, reauth and link with credential methods on Swift Sample to use the recommended Auth result paradigm. * adds missing space after { * addresses comments
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* Merge branch 'master' of https://github.com/firebase/firebase-ios-sdk into ↵Gravatar Ivan2017-10-23
|\ | | | | | | fix-reason-parameter
* | handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
| |
| * 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
|