want to perform CRUD operation in flutter and firebase after successfully run facing failed to load FirebaseOptions
I added latest version of firebase dependency and initialize firebase in my flutter app but same issue happened guide someone: Check below of my Firebase code initilize in flutter project: void main() async{ WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); runApp(const MyApp()); } check…