File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseAuth/Sources/Swift/Auth Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2348,7 +2348,7 @@ extension Auth: AuthInterop {
23482348
23492349 /// The configuration object comprising of parameters needed to make a request to Firebase
23502350 /// Auth's backend.
2351- var requestConfiguration : AuthRequestConfiguration
2351+ let requestConfiguration : AuthRequestConfiguration
23522352
23532353 let backend : AuthBackend
23542354
@@ -2364,7 +2364,7 @@ extension Auth: AuthInterop {
23642364 var notificationManager : AuthNotificationManager !
23652365
23662366 /// An object that takes care of presenting URLs via the auth instance.
2367- var authURLPresenter : AuthWebViewControllerDelegate
2367+ let authURLPresenter : AuthWebViewControllerDelegate
23682368
23692369 #endif // TARGET_OS_IOS
23702370
You can’t perform that action at this time.
0 commit comments