Adam Balazs
Results
1
issues of
Adam Balazs
Hi, In my MAUI application targeting `net6.0-ios15.4` I configure the Firebase App the following way in the AppDelegate ``` public bool FinishedLaunching(UIKit.UIApplication application, NSDictionary launchOptions) { Firebase.Core.App.Configure(new Firebase.Core.Options("googleAppId", "gcmSenderId") {...