Open
Description
Hi
Basically I just want to use the Firebase Analytics which would just require Firebase and Firebase.Core dependencies as far as i know.
I am never gonna use Firebase database/Auth/RemoteConfig for sure. Now these dependencies would be taking unnecessary space in my app.
I tried removing the unnecessary pods and running pod install. But the build is failing after that show errors for FirebaseAuth etc.
Is there any way to avoid this?