You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app-check/index.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ export function VueFireAppCheck(options: VueFireAppCheckOptions) {
67
67
}
68
68
}
69
69
70
+
// TODO: split the function above into two, one that provides the token and is used in both server and client and another one that is only used on the client
0 commit comments