This seems like something which should be pretty easy to do, but for whatever reason, I\'m being defeated.
I\'m trying to use the firebase-tools CLI to interact with
If you are using Node.js on windows, your answer should be
firebase use
but without the <> for example
firebase use chat-app-2a150
You can use the following code to view all your projects so as to pick the correct project ID to use
firebase projects:list