func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {
//You should handle the call back here.
print(url)
return true
}
This method working but when i open firebase;
FirebaseApp.configure()
That method not work please help any idea ?
Same crash i think iOS app crashes when I write FirebaseApp.configure()