Skip to content

Commit fc4a4d1

Browse files
gino-mrfontanarosa
andauthored
Update local emu data used for dev (#1989)
Co-authored-by: Roberto Fontanarosa <[email protected]>
1 parent ac03bf6 commit fc4a4d1

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

data/local/auth_export/accounts.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"kind":"identitytoolkit#DownloadAccountResponse","users":[{"localId":"OSpCUZYAGPvDJn8n7rgYz9YfIrD9","lastLoginAt":"1719838206834","createdAt":"1719838206834","lastRefreshAt":"2024-07-01T12:50:06.841Z"},{"localId":"dZWReItHKWIaMi4GJPxszWb0VCnN","lastLoginAt":"1719841155698","createdAt":"1719841155698","lastRefreshAt":"2024-07-01T13:39:15.701Z"},{"localId":"xyNMqyb9LPp0xXtdEa6DQk3ymHLa","lastLoginAt":"1719841321507","createdAt":"1719841321507","lastRefreshAt":"2024-07-01T13:42:01.508Z"}]}
1+
{"kind":"identitytoolkit#DownloadAccountResponse","users":[{"localId":"OSpCUZYAGPvDJn8n7rgYz9YfIrD9","createdAt":"1719838206834","lastLoginAt":"1719838206834","validSince":"1724424200","emailVerified":false,"disabled":false},{"localId":"dZWReItHKWIaMi4GJPxszWb0VCnN","createdAt":"1719841155698","lastLoginAt":"1719841155698","validSince":"1724424200","emailVerified":false,"disabled":false},{"localId":"xyNMqyb9LPp0xXtdEa6DQk3ymHLa","createdAt":"1719841321507","lastLoginAt":"1719841321507","validSince":"1724424200","emailVerified":false,"disabled":false}]}
Binary file not shown.
Binary file not shown.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"build-all": "npm run build --workspaces --if-present",
99
"deploy": "firebase login && firebase deploy --project $npm_config_project",
1010
"build-all-and-deploy": "npm run build-all && npm run deploy",
11+
"build-all-and-start-local": "npm run build-all --config=local --project=local && npm run start:local",
1112
"watch:local": "npm run watch --workspace functions > functions.log 2>&1 & npm run watch --config=local --project=local --workspace web > web.log 2>&1",
1213
"start:local": "firebase emulators:exec 'npm run watch:local' --project local --ui --config firebase.local.json --import data/local",
1314
"export:local": "firebase emulators:export data/local --project local --only firestore",

0 commit comments

Comments
 (0)