codediodeio / angular-firestarter

🍱 :fire: Angular + Firebase Progressive Web App Starter
https://firestarter.fireship.io/
956 stars 437 forks source link

deploy to Firebase #88

Open FullMoonBro opened 4 years ago

FullMoonBro commented 4 years ago

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

damiandominella commented 4 years ago

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