File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515@preconcurrency import FirebaseAuth
16+ import FirebaseCore
1617import SwiftUI
1718
1819public protocol AuthProviderSwift {
@@ -93,6 +94,7 @@ public final class AuthService {
9394 self . configuration = configuration
9495 string = StringUtils ( bundle: configuration. customStringsBundle ?? Bundle . module)
9596 listenerManager = AuthListenerManager ( auth: auth, authEnvironment: self )
97+ FirebaseApp . registerLibrary ( " firebase-ui-ios " , withVersion: FirebaseAuthSwiftUIVersion . version)
9698 }
9799
98100 @ObservationIgnored @AppStorage ( " email-link " ) public var emailLink : String ?
Original file line number Diff line number Diff line change 1+ public enum FirebaseAuthSwiftUIVersion {
2+ // TODO - should we create a script that bumps this version number, commits and pushes a new tag?
3+ public static let version = " 15.1.0 "
4+ }
You can’t perform that action at this time.
0 commit comments