I have created a music app using flutter I want to store user favorites and recently played songs in Firebase fire store so provide the code to store the data in fire store an I am getting error:
ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly., Exception, Cause: null, Stacktrace: java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly.
2
Answers
Include additional options when initializing the app. You can find the necessary keys in the Firebase console under project settings.
Make sure you have this file:
Also Add this to assets in pubspec.yaml file.
project_applicationandroidappgoogle-services.json
Remove print statements if you want.