From aab79bbe9c100be51cdb094262727b70ebd151d2 Mon Sep 17 00:00:00 2001 From: russellwheatley Date: Mon, 24 Jun 2024 16:30:10 +0100 Subject: [PATCH] docs: update docs for developing FlutterFire CLI --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32a6ad51..4ccb03aa 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ flutterfire --help # | You are running a local development version of FlutterFire CLI. | # ------------------------------------------------------------------ ``` +**important**: You may need to delete the cached snapshot of the FlutterFire CLI with each update to code +(and subsequent `dart pub global activate --source="path" . --executable="flutterfire" --overwrite`). You can delete the cached snapshot +on this path: `.dart_tool/pub/bin/flutterfire_cli_monorepo/*.snapshot`. This will ensure your code changes are reflected when developing. + ## Install