Remove project name from firebase.json, since that is deprecated.
The `check-deploy` gulp task now checks that an active project is defined at the start of `check-deploy`.
To set the active project use: `firebase use <project-or-alias-name>`.
Fixes#2576