FirebaseAuth Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
AuthUIDelegate
@objc(FIRAuthUIDelegate)
public protocol AuthUIDelegate : NSObjectProtocol
A protocol to handle user interface interactions for Firebase Auth.
This protocol is available on iOS, macOS Catalyst, and tvOS only.
-
If implemented, this method will be invoked when Firebase Auth needs to display a view
controller.
Declaration
Swift
@objc(presentViewController:animated:completion:)
func present(_ viewControllerToPresent: UIViewController,
animated flag: Bool,
completion: (() -> Void)?)
Parameters
viewControllerToPresent
|
The view controller to be presented.
|
flag
|
Decides whether the view controller presentation should be animated.
|
completion
|
The block to execute after the presentation finishes.
This block has no return value and takes no parameters.
|
-
If implemented, this method will be invoked when Firebase Auth needs to display a view
controller.
Declaration
Swift
@objc(dismissViewControllerAnimated:completion:)
func dismiss(animated flag: Bool, completion: (() -> Void)?)
Parameters
flag
|
Decides whether removing the view controller should be animated or not.
|
completion
|
The block to execute after the presentation finishes.
This block has no return value and takes no parameters.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-10 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-09-10 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-10 UTC."]]