Skip to content

Commit

Permalink
Update local emu data used for dev (#1989)
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Fontanarosa <robertofontanarosa@gmail.com>
  • Loading branch information
gino-m and rfontanarosa authored Feb 5, 2025
1 parent ac03bf6 commit fc4a4d1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/local/auth_export/accounts.json
Original file line number Diff line number Diff line change
@@ -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"}]}
{"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 modified data/local/firestore_export/all_namespaces/all_kinds/output-0
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build-all": "npm run build --workspaces --if-present",
"deploy": "firebase login && firebase deploy --project $npm_config_project",
"build-all-and-deploy": "npm run build-all && npm run deploy",
"build-all-and-start-local": "npm run build-all --config=local --project=local && npm run start:local",
"watch:local": "npm run watch --workspace functions > functions.log 2>&1 & npm run watch --config=local --project=local --workspace web > web.log 2>&1",
"start:local": "firebase emulators:exec 'npm run watch:local' --project local --ui --config firebase.local.json --import data/local",
"export:local": "firebase emulators:export data/local --project local --only firestore",
Expand Down

0 comments on commit fc4a4d1

Please sign in to comment.