I want to remove firebase from my Xcode project installed with cocoapods

7.4k Views Asked by At

I want to remove firebase from my Xcode project installed with cocoapods how to manage thanks for your answer

enter image description here

1

There are 1 best solutions below

2
On BEST ANSWER

Go to your Podfile and remove the line pod 'Firebase/Core', and any other firebase lines. Then in your terminal run pod install