We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1d3b3 commit f0a3811Copy full SHA for f0a3811
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/FirebaseAuthSwiftUI/FirebaseAuthSwiftUI.swift
@@ -23,7 +23,7 @@ public class FirebaseAuthSwiftUI {
23
}
24
25
26
-// main auth view - can be composed of custom views or fallback to default views. We can also pass state upwards as opposed to callback.
+// main auth view - can be composed of custom views or fallback to default views. We can also pass state upwards as opposed to having callbacks.
27
// Negates the need for a delegate used in UIKit
28
public struct FUIAuthView: View {
29
private var FUIAuth: FirebaseAuthSwiftUI
0 commit comments