Skip to content

Commit 1cd1a62

Browse files
committed
Add missing hosting configuration to firebase.json
1 parent 4ea6f44 commit 1cd1a62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

username-password-auth/firebase.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"database": {
33
"rules": "database.rules.json"
4+
},
5+
"hosting": {
6+
"public": "public"
47
}
58
}

0 commit comments

Comments
 (0)