UNPKG
quodolores
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Monorepo for the Firebase JavaScript SDK
github.com/ZoeyCrooks/quodolores
ZoeyCrooks/quodolores
quodolores
/
packages-exp
/
auth-exp
/
demo
/
firebase.json
15 lines
(14 loc)
•
241 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "database": { "rules":
"database.rules.json"
}, "hosting": { "public":
"public"
,
"rewrites"
: [ { "
source
":
"/checkIfAuthenticated"
,
"function"
:
"checkIfAuthenticated"
} ] } }