Skip to content

Commit f5bef03

Browse files
chore: stub providerId
1 parent bb8866b commit f5bef03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/FirebaseAuthSwiftUI/FirebaseAuthSwiftUI.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ enum AuthAction {
4646
class AuthProvider<Listener: AuthListenerProtocol, Credential: AuthCredential>: AuthProviderProtocol {
4747
var auth: Auth = Auth.auth()
4848
var authListener: Listener
49-
// add providerId to classes that extend this
50-
// var providerId: String = "default_provider_id"
49+
var providerId: String
5150

5251
init(listener: Listener) {
5352
self.authListener = listener

0 commit comments

Comments
 (0)