I want to remove firebase from my Xcode project installed with cocoapods how to manage thanks for your answer
Go to your Podfile and remove the line pod 'Firebase/Core', and any other firebase lines. Then in your terminal run pod install
pod 'Firebase/Core'
pod install