flutterfirebasedartexceptionmobile

FlutterAppRequiredException: The current directory does not appear to be a Flutter application project


i have install firebase tools for implement it in flutter, i followed all the instruction but when i run "flutterfire configure" this error appears (FlutterAppRequiredException: The current directory does not appear to be a Flutter application project.)


Solution

  • You need to first redirect to your application path in CLI

    cd app_name
    

    Try again flutterfire configure command after that.