File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name = "firebase-auth-example"
2
2
compatibility_date = " 2022-07-05"
3
3
workers_dev = true
4
4
5
+ tsconfig = " ./tsconfig.json"
6
+
5
7
[vars ]
6
8
# Please set FIREBASE_AUTH_EMULATOR_HOST environment variable in your wrangler.toml.
7
9
# see: https://developers.cloudflare.com/workers/platform/environment-variables/#environment-variables-via-wrangler
@@ -24,8 +26,7 @@ PROJECT_ID = "example-project12345" # see package.json (for emulator)
24
26
# Specify cache key to store and get public jwk.
25
27
PUBLIC_JWK_CACHE_KEY = " public-jwk-cache-key"
26
28
27
- kv_namespaces = [
28
- { binding = " PUBLIC_JWK_CACHE_KV" , id = " " , preview_id = " " }
29
- ]
30
-
31
- tsconfig = " ./tsconfig.json"
29
+ [[kv_namespaces ]]
30
+ binding = " PUBLIC_JWK_CACHE_KV"
31
+ id = " "
32
+ preview_id = " testingId"
You can’t perform that action at this time.
0 commit comments