diff --git a/data/local/auth_export/accounts.json b/data/local/auth_export/accounts.json index 3367ae75b..17799bf53 100644 --- a/data/local/auth_export/accounts.json +++ b/data/local/auth_export/accounts.json @@ -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"}]} \ No newline at end of file +{"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}]} \ No newline at end of file diff --git a/data/local/firestore_export/all_namespaces/all_kinds/all_namespaces_all_kinds.export_metadata b/data/local/firestore_export/all_namespaces/all_kinds/all_namespaces_all_kinds.export_metadata index fbcb50aeb..072525205 100644 Binary files a/data/local/firestore_export/all_namespaces/all_kinds/all_namespaces_all_kinds.export_metadata and b/data/local/firestore_export/all_namespaces/all_kinds/all_namespaces_all_kinds.export_metadata differ diff --git a/data/local/firestore_export/all_namespaces/all_kinds/output-0 b/data/local/firestore_export/all_namespaces/all_kinds/output-0 index 6c1c4bd4d..6619a99a0 100644 Binary files a/data/local/firestore_export/all_namespaces/all_kinds/output-0 and b/data/local/firestore_export/all_namespaces/all_kinds/output-0 differ diff --git a/data/local/firestore_export/firestore_export.overall_export_metadata b/data/local/firestore_export/firestore_export.overall_export_metadata index 780e6ae2b..0f517135c 100644 Binary files a/data/local/firestore_export/firestore_export.overall_export_metadata and b/data/local/firestore_export/firestore_export.overall_export_metadata differ diff --git a/package.json b/package.json index 504c96381..870285ccd 100644 --- a/package.json +++ b/package.json @@ -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",