Skip to content

Commit

Permalink
Update order of selections in the Firebase (#152)
Browse files Browse the repository at this point in the history
You first get prompted to select the product and _then_ you select your project.
  • Loading branch information
tagboola authored May 13, 2024
1 parent a9e0180 commit 4b7742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ deploying the default sample flow to Firebase.
firebase init
```

- Select the project you created earlier.
- Select **Functions** as the only feature to set up (for now).
- Select the project you created earlier.
- Select **TypeScript** as the functions language.

Accept the defaults for the remaining prompts.
Expand Down

0 comments on commit 4b7742e

Please sign in to comment.