tu set up my flutter project with firebase, i need to install flutterfire_CLI. For that i ran the command:dart pub global activate flutterfire_cli
this command successfully executed.
successfull run of installation of flutterfire_cli
after set the path of the flutterfire to shell config file. It also successfully executed
setting flutterfire path
But when i close the terminal and tried to access flutterfire. It shows command not found.
error
i reinstalled the flutterfire_cli....
also deactivated and activated that globally. But still facing that problem.
can anybody please help me in solving the problem