Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit f5f0c61

Browse files
committed
fix: adapt firebase.json for web app osm login
1 parent 2885ddc commit f5f0c61

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

firebase/firebase.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
{
2121
"source": "/token",
2222
"function": "osmAuth-token"
23+
},
24+
{
25+
"source": "/redirect_web",
26+
"function": "osmAuth-redirect_web"
27+
},
28+
{
29+
"source": "/token_web",
30+
"function": "osmAuth-token_web"
2331
}
2432
]
2533
},

0 commit comments

Comments
 (0)