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 97b5f01 commit 957e971Copy full SHA for 957e971
src/app-check/index.ts
@@ -47,6 +47,7 @@ export interface VueFireAppCheckOptions extends AppCheckOptions {
47
*/
48
export function VueFireAppCheck(options: VueFireAppCheckOptions) {
49
return (firebaseApp: FirebaseApp, app: App) => {
50
+ // TODO: copy this bit to the server and remove the isClient check
51
// provide this even on the server for simplicity of usage
52
const token = getGlobalScope(firebaseApp, app).run(() => ref<string>())!
53
app.provide(AppCheckTokenInjectSymbol, token)
0 commit comments