In this video, we are trying to fix the error after running flutterfire configure which is something like:
Can't load Kernel binary: Invalid kernel binary format version.
Could not find a file named "pubspec.yaml" in "/Users/fahid/.pub-cache/hosted/pub.dev/flutterfire_cli-0.2.5".
Here are the commands to run from the app dir:
1. sudo rm -Rf path
2. sudo rm -Rf .packages
3. flutter pub get
4. dart pub global activate flutterfire_cli
Thats it! Now run flutterfire configure to try out the feature!