Fawad Ali
Fawad Ali

Reputation: 612

How to remove react-native firebase dependency

How i can remove firebase from my project entirely, though i have tried all commands that i could find, but after all attempts again it appears in podfile.lock and still in project

react-native unlink react-native-firebase

npm unlink react-native-firebase

react-native unlink react-native-firebase

react-native uninstall react-native-firebase

Upvotes: 0

Views: 5334

Answers (1)

krimo
krimo

Reputation: 684

Try

npm uninstall react-native-firebase

Upvotes: 4

Related Questions