Skip to content

Commit 2b39717

Browse files
Update Firebase index.d.ts type definition file reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent beaa4df commit 2b39717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ packages/app-check-types @hsubox76 @firebase/jssdk-global-approvers
6969
packages/app-check-interop-types @hsubox76 @firebase/jssdk-global-approvers
7070

7171
# Documentation Changes
72-
packages/firebase/index.d.ts @egilmorez @firebase/jssdk-global-approvers
72+
packages/firebase/compat/index.d.ts @egilmorez @firebase/jssdk-global-approvers
7373
scripts/docgen/content-sources/ @egilmorez @firebase/jssdk-global-approvers
7474
docs-devsite/ @firebase/firebase-techwriters
7575

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Reference docs for the Firebase [JS SDK](https://firebase.google.com/docs/refere
206206
[Typedoc](https://typedoc.org/).
207207
208208
Typedoc generates this documentation from the main
209-
[firebase index.d.ts type definition file](packages/firebase/index.d.ts). Any updates to
209+
[firebase index.d.ts type definition file](packages/firebase/compat/index.d.ts). Any updates to
210210
documentation should be made in that file.
211211
212212
If any pages are added or removed by your change (by adding or removing a class or interface), the

packages/remote-config/src/remote_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const DEFAULT_CACHE_MAX_AGE_MILLIS = 12 * 60 * 60 * 1000; // Twelve hours.
3232
/**
3333
* Encapsulates business logic mapping network and storage dependencies to the public SDK API.
3434
*
35-
* See {@link https://github.com/firebase/firebase-js-sdk/blob/main/packages/firebase/index.d.ts|interface documentation} for method descriptions.
35+
* See {@link https://github.com/firebase/firebase-js-sdk/blob/main/packages/firebase/compat/index.d.ts|interface documentation} for method descriptions.
3636
*/
3737
export class RemoteConfig implements RemoteConfigType {
3838
/**

0 commit comments

Comments
 (0)