From fc17456a9eec58a30c5654f8124f28c7dff2db6c Mon Sep 17 00:00:00 2001 From: tagboola Date: Mon, 13 May 2024 14:57:07 -0400 Subject: [PATCH] Update order of selections in the Firebase You first get prompted to select the product and _then_ you select your project. --- docs/firebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/firebase.md b/docs/firebase.md index 3f4c8e061c..28fa79b4ac 100644 --- a/docs/firebase.md +++ b/docs/firebase.md @@ -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.