You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/firebase-studio-export/workflows/startup_workflow.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,8 @@ description: Run initial checks and fix common migration issues
5
5
6
6
# Step 1: Check Compilation
7
7
8
-
Run \`npm run typecheck\` and \`npm run build\` to ensure the project is in a healthy state.
8
+
Run \`npm run typecheck\` and \`npm run build\`(depending on the app type) to ensure the project is in a healthy state.
9
9
10
-
# Step 2: Verify Firebase Auth/Firestore
10
+
# Step 2: Cleanup Genkit config
11
11
12
-
If the app uses Firebase services, ensure the environment variables are correctly set or provided via App Hosting.
13
-
14
-
# Step 3: Cleanup Genkit config
15
-
16
-
If genkit is otherwise unused in this project, remove the configuration in src/ai/genkit.ts and remove related dependencies in package.json.
12
+
If genkit is otherwise unused in this project, ask the user if they'd like to remove the configuration in src/ai/genkit.ts and remove related dependencies in package.json.
0 commit comments