We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce9175 commit bd9a0ddCopy full SHA for bd9a0dd
src/index.d.ts
@@ -154,8 +154,9 @@ declare namespace admin {
154
serviceAccountId?: string;
155
156
/**
157
- * The ID of the service account to be used for signing custom tokens. This
158
- * can be found in the `client_email` field of a service account JSON file.
+ * The name of the Google Cloud Storage bucket used for storing application data.
+ * Use only the bucket name without any prefixes or additions (do *not* prefix
159
+ * the name with "gs://").
160
*/
161
storageBucket?: string;
162
0 commit comments