Hello,
Welcome to Microsoft Q&A!
As the error shows , you need to add initialization code in didFinishLaunchingWithOptions
in AppDelegate.cs
.
FirebaseApp.configure()
Refer to https://firebase.google.com/docs/ios/setup#swift_1 .
Thank you.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.