aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
Commit message (Collapse)AuthorAge
* Update changelog (#1090)Gravatar Zsika Phillip2018-04-13
|
* Fixes typo that causes token parsing to break (#1076)Gravatar Zsika Phillip2018-04-12
|
* Minor enhancements (#1041)Gravatar Zsika Phillip2018-04-07
| | | | | | * Minor enhancements * addresses comment
* Fix build break from trailing whitespace (#1027)Gravatar Paul Beusterien2018-04-04
|
* updates the changelog for pending release (#1025)Gravatar Zsika Phillip2018-04-04
| | | | | | * updates the changelog for pending release * addresses comment
* Adds support for deep link to Email/Link sign-In (#1023)Gravatar Zsika Phillip2018-04-04
|
* Updates changelog (#1022)Gravatar Zsika Phillip2018-04-03
|
* Adds copy auth state API (#1018)Gravatar Zsika Phillip2018-04-03
| | | | | | | | * Adds copy auth state API * improvements * Addresses comments
* Updates change log (#938)Gravatar Zsika Phillip2018-04-03
| | | | | | | | | | * Updates changelog for Auth next release * Fixes typo * Addresses comment * Addresses comments
* removes deprecation messages getIDTokenWithComp.. (#1011)Gravatar Zsika Phillip2018-03-30
| | | Removes deprecation message for getIDTokenWithCompletion: and getIDTokenForcingRefresh:completion. This methods are not being deprecated.
* Fix import casing (#1010)Gravatar Paul Beusterien2018-03-30
|
* 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”
* nit to work with Jazzy doc style (#952)Gravatar Ibrahim Ulukaya2018-03-23
|
* Merge pull request #950 from firebase/release-4.11.0Gravatar Paul Beusterien2018-03-20
|\ | | | | Release 4.11.0
* | Adds exception for invalid parameter (#931)Gravatar Zsika Phillip2018-03-15
| | | | | | | | | | | | * Adds exception for invalid parameter * Account for differences between find and git output (#932)
| * Add sign in method constants (#923)Gravatar Zsika Phillip2018-03-14
|/ | | | | * Updates Changelog for 4.5.0 release * Adds sign-in method constants
* Updates Changelog for 4.5.0 release (#908)Gravatar Zsika Phillip2018-03-12
| | | | | | * Updates Changelog for 4.5.0 release * Addresses comments
* Adds Email link sign-in (#882)Gravatar Paul Beusterien2018-03-07
|
* Update changelog for release (#857)Gravatar Zsika Phillip2018-02-27
| | | | | | * Updates changelog in preparation for release * Adds another change.
* Fixes clang warnings for Auth (#848)Gravatar Zsika Phillip2018-02-26
| | | | | | * Fixes clang warnings for Auth * Addresses comments
* Merge pull request #694 from morganchen12/auth-docsGravatar Morgan Chen2018-02-22
|\ | | | | add FIRUser behavior to documentation
| * address PR commentsGravatar Morgan Chen2018-02-22
| |
* | Fix off-by-one error in Auth changelog (#789)Gravatar Paul Beusterien2018-02-13
| |
* | Updates version of Firebase Auth in Changelog (#771)Gravatar Zsika Phillip2018-02-07
| | | | | | | | | | | | * Updates version of Firebase Auth in Changelog * addresses comments
* | Fix firebaes typo (#755)Gravatar Paul Beusterien2018-02-06
| |
* | Fix incorrect deprecation message (#688)Gravatar Iulian Onofrei2018-01-25
| | | | | | | | * Fix incorrect deprecation message for Obj-C and Swift
* | Adds explicit core graphics dependency to auth (#700)Gravatar Zsika Phillip2018-01-24
| |
| * add FIRUser behavior to documentationGravatar Morgan Chen2018-01-23
|/
* Updates Auth ChangeLog (#645)Gravatar Zsika Phillip2018-01-11
| | | | | | | | * Updates Auth ChangeLog * addresses comments * Fixes typo.
* Amends phone auth unit tests (#632)Gravatar Zsika Phillip2018-01-09
|
* Adds AdditionalUserInfo to Phone Auth (#623)Gravatar Zsika Phillip2018-01-08
|
* 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
* Internal code clean up (#584)Gravatar Zsika Phillip2017-12-19
| | | Fixes indentation and removes unused imports.
* Updating the Auth header comments for Jazzy syntax (#535)Gravatar alexg332017-12-06
|
* Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| | | | Qualify all cross-pod imports of FirebaseCore headers
* Fixes small typo in comments (#524)Gravatar Zsika Phillip2017-12-01
|
* Include UID when sending (internal) auth state change notifications (#507)Gravatar rsgowman2017-11-30
| | | This is to allow firestore to not require an explicit dependency on auth.
* FIRAppInternal.h is a published private header (#501)Gravatar Paul Beusterien2017-11-28
|
* Update version number (#499)Gravatar Zsika Phillip2017-11-28
| | | | | | | | * updates Auth Change Log * Minor Improvements * Addresses comment
* Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
| | | | | | | | | | * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header
* 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
* 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
* Update change log (#429)Gravatar Zsika Phillip2017-11-06
| | | | | | | | * Updates change log for 4.3.2 * Small improvement * Updates podspec as well
* Handle error after phone auth linking (#422)Gravatar Zsika Phillip2017-11-05
| | | | Handles possible errors after linking phone number. Also sets anonymous ivar to NO if linking succeeded.
* handles unstructured errors on redirect URLsGravatar Ivan2017-10-23
|
* 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