codediodeio/angular-firestarter

deploy to Firebase

FullMoonBro opened this issue · 1 comments

Failed to get Firebase project angular-voxer. Please make sure the project exists and your account has permission to access i

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"
  }
}