Skip to content

Commit

Permalink
docs: Fix out-of-sequence instructions (#1684)
Browse files Browse the repository at this point in the history
docs: Pre-PR version sends you to install CLI, which tells you to create a project. Then, when you come back, you get told to create a project again (with additional requirements).

This PR improves the UX by fixing this issue.
  • Loading branch information
thedmail authored Jan 29, 2025
1 parent c12dd09 commit b9ee88e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ as callable functions using the Cloud Functions client libraries.

## Before you begin

* Install the [Firebase CLI](/docs/cli).
* You should be familiar with Genkit's concept of [flows](flows), and how to
write them. The instructions on this page assume that you already have some
flows defined, which you want to deploy.
Expand All @@ -24,6 +23,8 @@ up, follow these steps:
1. Upgrade the project to the Blaze plan, which is required to deploy Cloud
Functions.

1. Install the [Firebase CLI](/docs/cli).

1. Log in with the Firebase CLI:

```posix-terminal
Expand Down

0 comments on commit b9ee88e

Please sign in to comment.