Skip to main content

Updates

This section covers keeping your Stoker project up to date.

Stoker Project

The current recommended way to update to the latest version of the Stoker platform:

  1. Delete the node_modules directory from both your root directory and your functions directory
  2. Delete package-lock.json from both your root directory and your functions directory
  3. Run npm update --save && npm --prefix functions update --save

Tooling

We recommend running the following commands periodically in order to keep your tooling up to date:

ToolRecommended update command
Stoker CLInpm i -g @stoker-platform/cli
Google Cloud CLIgcloud components update
Firebase CLInpm i -g firebase-tools
Genkit CLInpm i -g genkit

Firebase Extensions

We recommend periodically checking for new versions of the Firebase Extensions listed in firebase.json and updating the version numbers there.