How to properly update firebase packages? #7450
-
I have already installed I solved this problem by using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Our versioning philosophy: https://invertase.io/blog/react-native-firebase-versioning (titled "One True Version" which gives you the general idea...) You mention:
...but you do not provide any error message to accompany the assertion - impossible to say what you need to do then, to use current versions (which are of course always recommended...) |
Beta Was this translation helpful? Give feedback.
So, delete Podfile.lock and rerun pod install ? It is supposed to be that easy. pod install is just telling you that your lockfile as it is, is incompatible with what's in your Podfile. Clear the lock and re-try.