Skip to content

Commit 642285a

Browse files
committed
Added customappcheckimpl
1 parent ecc3150 commit 642285a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/database-compat/src/api/internal.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ export function initStandalone<T>({
8787
'app-check-internal',
8888
container
8989
);
90+
appCheckProvider.setComponent(
91+
new Component(
92+
'app-check-internal',
93+
() => customAppCheckImpl,
94+
ComponentType.PRIVATE
95+
)
96+
);
9097
}
9198

9299
return {

0 commit comments

Comments
 (0)