Quiz: Trigger Services Based on Events

Test your understanding of the event-based trigger services for changes in Firestore.

1

Why did we update the dev script to the following one in services/web/firebase/package.json?

"dev": "npm run build --prefix functions && firebase emulators:start",
A)

To start the development server locally.

B)

To build and deploy the application in one command.

C)

Since our Cloud Functions are written in TypeScript, we need to compile them to JavaScript before we can run them locally.

D)

to restrict tsc to the types stored in the closest node_modules directory only.

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.