2

Where can I find .firebaserc file on Linux Mint in file browser? Or how to delete it using command line?

Alina
  • 424
  • 1
  • 4
  • 17

1 Answers1

0

Try to type in command line [CTRL + SHIFT + T]:

user@computer$ locate .firebaserc

The result should show absolute path to all matching files.

Alexander Valach
  • 36
  • 1
  • 1
  • 6