Skip to content

Commit 08e6900

Browse files
chore: make signedInCredential public
1 parent a657fe1 commit 08e6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Services/AuthService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public final class AuthService {
8888
public var phoneAuthProvider: (any PhoneAuthProviderAuthUIProtocol)?
8989

9090
private var listenerManager: AuthListenerManager?
91-
private var signedInCredential: AuthCredential?
91+
public var signedInCredential: AuthCredential?
9292

9393
private var providers: [ExternalAuthProvider] = []
9494
public func register(provider: ExternalAuthProvider) {

0 commit comments

Comments
 (0)