I am trying to deploy my Firebase Cloud Functions to my project. I ran, from the command line:
firebase deploy
I then received the below error; I do not know how to associate with my Firebase project. I ran
firebase login
as well, and can confirm I am indeed logged in.

firebase use -add. That will ask you for a name (I typically saydefault) and then show you a list of the Firebase projects associated with your account.