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: docs/getting-started/firebase.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,6 @@ Firebase owns project selection. Do not use `npx agentpond env init` or `npx age
53
53
## Troubleshooting
54
54
55
55
-**Firebase is not detected:** Run the command from a directory below the Firebase root and confirm `.firebaserc` or `firebase.json` exists.
56
-
-**Project ID is missing:** Run `firebase use <alias-or-project-id>` and retry.
56
+
-**Project ID is missing:** Run `firebase use <alias-or-project-id>` and retry. AgentPond follows both `.firebaserc` aliases and the Firebase CLI's global active-project selection.
57
57
-**No trusted server runtime exists:** Add or select a server runtime before using the Firebase Admin exporter; never move it into client code.
58
58
-**No traces appear:** Confirm the instrumented code path ran, the provider flushed, Firebase Admin selected the default app and bucket, and then rerun `npx agentpond sync`.
"Could not determine Firebase project id. Run firebase use <project> to write .firebaserc, or set FIREBASE_CONFIG, GCLOUD_PROJECT, GCP_PROJECT, or GOOGLE_CLOUD_PROJECT.",
40
+
"Could not determine Firebase project id. Run firebase use <project> to select a project, or set FIREBASE_CONFIG, GCLOUD_PROJECT, GCP_PROJECT, or GOOGLE_CLOUD_PROJECT.",
40
41
);
41
42
}
42
43
@@ -95,23 +96,64 @@ function firebaseFunctionsSources(functions: unknown): string[] {
0 commit comments