No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() ||
In the recent update #flutter has made some changes in order to connect with the firebase, if you wantt to connect your flutter app with firebase you need to initialize the app. So encounter that bug, you need to declare it but where to declare it in a proper way?
In this video you will come to know how to solve this error