Hello, I found the solution to the problem, you have to initialize it using this code in your main struct.
` class FirebaseInitializer {
init() {
FirebaseApp.configure()
}
}
let firebaseInit = FirebaseInitializer()`