NUS-ALSET / lti-starter

Learning tools interoperability (LTI) create-react-app template with redux and firebase integration
1 stars 2 forks source link

Change default parameter in .firebaserc #5

Closed anirudhvenu closed 6 years ago

anirudhvenu commented 6 years ago

The default parameter in .firebaserc should be changed to application name in order to avoid access right violations.

{
  "projects": {
    "default": "lti-starter" \\ Otherwise the default is: fir-lti-35fdc 
  }
}

I was facing this error and it was resolved when I set the default value to my application name (lti-starter).

Corresponding update to the README should be made if this is the case.

ihands commented 6 years ago

I think that it's not a case. We can leave it empty.

When we run

$ firebase use --add $ firebase use

This command will ask you to choose a Firebase project ID and the default value will be updated accordingly.

Check details at https://firebase.google.com/docs/cli/