aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/Public/FIRPhoneAuthProvider.h
Commit message (Collapse)AuthorAge
* Remove deprecated verify phone number (#1200)Gravatar Zsika Phillip2018-04-30
| | | | | | * remove_deprecated_verify_phone * Fixes unit tests
* Add sign in method constants (#923)Gravatar Zsika Phillip2018-03-14
| | | | | * Updates Changelog for 4.5.0 release * Adds sign-in method constants
* Updating the Auth header comments for Jazzy syntax (#535)Gravatar alexg332017-12-06
|
* 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
* Deprecates the old phone number auth method. (#236)Gravatar Xiangtian Dai2017-09-06
|
* Fixes Auth URL presenter: (#239)Gravatar Xiangtian Dai2017-09-06
| | | | | | - kinda works on iOS 8-; - calls back with cancellation error correctly on 'Done' button; - cleans up upon completion.
* Fixes Auth build when module is disabled (#231)Gravatar Xiangtian Dai2017-09-04
| | | | | | | | | * Changes "@import" to "@import" to make the code buildable when module is disabled. Also rearranges code to merge two #if blocks. * Makes comments more accurate. * Fixes comments.
* Adds app verification alternative (#228)Gravatar Zsika Phillip2017-09-04
| | | | * Adds app verification alternative
* Add travis trailing whitespace check (#116)Gravatar Paul Beusterien2017-06-30
| | | | | | * Add travis trailing whitespace check * Remove trailing white space
* Group public headers into Public directories (#112)Gravatar Paul Beusterien2017-06-29