how can i solve this error with Platform exception, i tried to add firebase_core_performance and to run flutter clean and flutter run, but it didn’t help
it says no firebase app has been created. Run this flutterfire configure to your terminal and choose your firebase project. if you haven’t created one, choose new
2
Answers
it says
no firebase app has been created
. Run thisflutterfire configure
to your terminal and choose your firebase project. if you haven’t created one, choosenew
it’s caused by not adding
firebase core in pubspec.yml
maybe you can see a similar case here