Closed
Description
[REQUIRED] Step 2: Describe your environment
Launching an app with Firebase added through cocoa pods, and then calling FirebaseApp.configure() causes many leaks.
If I don't call Firebase.configure() I get no leaks. If I call Firebase.configure() but I don't make any other calls to firebase I still get the same leaks.
[REQUIRED] Step 3: Describe the problem
Creat app, add firebase, call FirebaseApp.configure() in didFinishLaunchingWithOptions