Here are the detailed steps to link a Flutter app with Firebase:
Download and install the Firebase CLI from the Firebase CLI documentationarrow-up-right.
After installation, ensure it works by running the command:
firebase --version
Log in to your Firebase account using the command:
firebase login
Last updated 1 year ago