angular-firestarter icon indicating copy to clipboard operation
angular-firestarter copied to clipboard

deploy to Firebase

Open FullMoonBro opened this issue 6 years ago • 1 comments

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

FullMoonBro avatar Nov 04 '19 07:11 FullMoonBro

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

damiandominella avatar Apr 21 '20 19:04 damiandominella