I have a problem wanting to upload my project to firebase, by setting firebase init and after selecting hosting and the database that is also in firebase appears:
i .firebaserc already has a default project, skipping
i Writing configuration info to firebase.json...
i Writing project information to .firebaserc...
+ Firebase initialization complete!
and when I give firebase deploy I get the following error
Error: No deploy targets found. Valid targets: database,storage,functions,hosting
once the error appears the firebase-debug.log is removed
my firebase.json is empty only with {} and my .firebaserc remains with:
{
"projects": {
"default": "colefuente"
}
}
my version of firebase-tools is
$ npm firebase-tools -v 4.1.2
I do not know what else to do: c