firebase_options.dart file is missing.
firebase_options.dart file is missing and firebase_auth_provider.dart is complaining as it imports it.
Can You Tell the Issue Properly
I think he said this file will be deleted as it is project independent
I hope so
You can generate your own firebase_option file Vandad deleted it cuz it contain some private info about the firebase project that he created in this video. if I'm not wrong this file will generated when you configure your project using this command:
your-flutter-proj$ flutterfire configure
You can Check my repo for the reference how it look like and what info does it contain (don't misuse it file is there only for learning purpose)