This Nx Firebase function was generated by @simondotm/nx-firebase.
src/main.ts
- Default Firebase Functions entry point
firebase.json
- Firebase CLI Configuration for this project.firebaserc
- Default Firebase CLI Deployment Targets Configurationfirebase.json
- Intentionally Empty Firebase CLI Configuration (only needed to allow Firebase CLI to run in your workspace)
Nx-Firebase will add firebase-admin
and firebase-functions
to your workspace package.json
at the 'latest'
version. You may wish to set these to a specific version.
npm install -g firebase-tools
- Install the Firebase CLIfirebase login
- Authenticate the Firebase CLIfirebase use --add
- Add your Firebase Project as a target to.firebaserc
- You do not need to
npm install
in the app project directory, but can still add and run custom npm scripts to the apppackage.json
if you wish
See the plugin README for more information.