0

could somebody explain use cases for using firebase tools. I understand that we can use them to connect to Firebase Realtime database and for authentication. But what I cannot grasp is: do we use it on our local machine and then deploy to google or is it also useful when hosting on other servers? I would love to hear more use cases for using the tools.

Thank you.

KENdi
  • 7,576
  • 2
  • 16
  • 31
Jane Riley
  • 23
  • 5

1 Answers1

0

The Firebase tools/CLI provide commands to interact with your Firebase projects from a shell/terminal.

You'd typically run it on your local machine to make changes to the database, update files for hosting, update your security rules, import/export users, etc.

For a full list of its commands, see the reference documentation for the Firebase CLI.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807