Skip to content

Commit 1f088bb

Browse files
committed
Added appcheckinternal component
1 parent 8ee6f1d commit 1f088bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/database/src/internal/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ export function _initStandalone({
7777
'app-check-internal',
7878
componentContainer
7979
);
80+
appCheckProvider.setComponent(
81+
new Component(
82+
'app-check-internal',
83+
() => customAppCheckImpl,
84+
ComponentType.PRIVATE
85+
)
86+
);
8087
}
8188
authProvider.setComponent(
8289
new Component('auth-internal', () => customAuthImpl, ComponentType.PRIVATE)

0 commit comments

Comments
 (0)