Skip to content

Commit 957e971

Browse files
committed
chore: todo
1 parent 97b5f01 commit 957e971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app-check/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export interface VueFireAppCheckOptions extends AppCheckOptions {
4747
*/
4848
export function VueFireAppCheck(options: VueFireAppCheckOptions) {
4949
return (firebaseApp: FirebaseApp, app: App) => {
50+
// TODO: copy this bit to the server and remove the isClient check
5051
// provide this even on the server for simplicity of usage
5152
const token = getGlobalScope(firebaseApp, app).run(() => ref<string>())!
5253
app.provide(AppCheckTokenInjectSymbol, token)

0 commit comments

Comments
 (0)