swiftxcodefirebasecocoapods-app

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


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

enter image description here


Solution

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