Skip to content

Commit bd9a0dd

Browse files
authored
Fixing duplicate descriptions in AppOptions.html (#762)
* Tweaking docgen script to temporarily exclude an external type alias with which we are having difficulty. * Removing dupe comment per b/147492872.
1 parent 5ce9175 commit bd9a0dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ declare namespace admin {
154154
serviceAccountId?: string;
155155

156156
/**
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.
157+
* The name of the Google Cloud Storage bucket used for storing application data.
158+
* Use only the bucket name without any prefixes or additions (do *not* prefix
159+
* the name with "gs://").
159160
*/
160161
storageBucket?: string;
161162

0 commit comments

Comments
 (0)