Skip to content

Commit 2575f9a

Browse files
committed
test: config firebase emulator
1 parent 0cda745 commit 2575f9a

File tree

6 files changed

+7361
-958
lines changed

6 files changed

+7361
-958
lines changed

.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "sveltefire-testing"
4+
}
5+
}

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ node_modules
99
vite.config.js.timestamp-*
1010
vite.config.ts.timestamp-*
1111
package
12-
/test-results
12+
/test-results
13+
*-debug.log
14+
/dist

firebase.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"emulators": {
3+
"auth": {
4+
"port": 9099
5+
},
6+
"firestore": {
7+
"port": 8080
8+
},
9+
"hosting": {
10+
"port": 5000
11+
},
12+
"ui": {
13+
"enabled": true
14+
},
15+
"singleProjectMode": true
16+
}
17+
}

0 commit comments

Comments
 (0)