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 answers

2
MarksCode 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