Skip to content

Commit

Permalink
(chore): Export UserProvider type and add it to toc.yaml (#1165)
Browse files Browse the repository at this point in the history
- Export UserProvider type
- Add UserProvider to toc.yaml
  • Loading branch information
lahirumaramba committed Feb 10, 2021
1 parent bea66a9 commit 5c60cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docgen/content-sources/node/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ toc:
path: /docs/reference/admin/node/admin.auth.UserProviderRequest
- title: "UserRecord"
path: /docs/reference/admin/node/admin.auth.UserRecord
- title: "UserProvider"
path: /docs/reference/admin/node/admin.auth.UserProvider
- title: "SessionCookieOptions"
path: /docs/reference/admin/node/admin.auth.SessionCookieOptions
- title: "BaseAuth"
Expand Down
1 change: 0 additions & 1 deletion etc/firebase-admin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ export namespace auth {
tokensValidAfterTime?: string;
uid: string;
}
{};
}

// @public (undocumented)
Expand Down
2 changes: 1 addition & 1 deletion src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export namespace auth {
/**
* Represents a user identity provider that can be associated with a Firebase user.
*/
interface UserProvider {
export interface UserProvider {

/**
* The user identifier for the linked provider.
Expand Down

0 comments on commit 5c60cc4

Please sign in to comment.