angular-firestarter
angular-firestarter copied to clipboard
deploy to Firebase
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"
}
}