deploy to Firebase
FullMoonBro opened this issue · 1 comments
FullMoonBro commented
Failed to get Firebase project angular-voxer. Please make sure the project exists and your account has permission to access i
damiandominella commented
That's a demo code. You have to edit the .firebaserc
file, and changing the default project with the id of your current firebase application:
{
"projects": {
"default": "PROJECT-ID-HERE"
}
}