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 4c8d8b8 commit 0d90729Copy full SHA for 0d90729
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Views/SignedInView.swift
@@ -46,7 +46,7 @@ extension SignedInView: View {
46
.padding()
47
.accessibilityIdentifier("signed-in-text")
48
Text(
49
- "\(authService.currentUser?.email ?? authService.currentUser?.displayName ?? "Unknown")"
+ "\(authService.currentUser?.email ?? authService.currentUser?.displayName ?? authService.currentUser?.phoneNumber ?? "")"
50
)
51
if authService.currentUser?.isEmailVerified == false {
52
Button {
0 commit comments