mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-07 04:21:01 -05:00
Add storage to firebase emulation
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
{
|
||||
"storage": [
|
||||
{
|
||||
"bucket": "compass-130ba-public",
|
||||
"rules": "storage.rules"
|
||||
},
|
||||
{
|
||||
"bucket": "compass-130ba-private",
|
||||
"rules": "private-storage.rules"
|
||||
}
|
||||
],
|
||||
"storage": {
|
||||
"rules": "backend/firebase/storage.rules"
|
||||
},
|
||||
"emulators": {
|
||||
"auth": {
|
||||
"port": 9099
|
||||
@@ -17,5 +10,5 @@
|
||||
"enabled": true,
|
||||
"port": 4000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
"playwright:debug": "playwright test --debug",
|
||||
"playwright:report": "npx playwright show-report tests/reports/playwright-report",
|
||||
"postinstall": "./scripts/post_install.sh",
|
||||
"emulate": "firebase emulators:start --only auth --project compass-57c3c"
|
||||
"emulate": "firebase emulators:start --only auth,storage --project compass-57c3c"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/app": "7.1.0",
|
||||
|
||||
Reference in New Issue
Block a user