We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6639d commit dbbafbdCopy full SHA for dbbafbd
docs/app-check.md
@@ -20,7 +20,7 @@ Provide an App Check instance and configuration in the application's `NgModule`
20
21
```ts
22
import { provideFirebaseApp, initializeApp } from '@angular/fire/app';
23
-import { getAppCheck, provideAppCheck } from '@angular/fire/app-check';
+import { provideAppCheck } from '@angular/fire/app-check';
24
25
@NgModule({
26
imports: [
0 commit comments