Skip to content

Commit 082b7ee

Browse files
author
awpala
committed
chore(seed): update seed with new courses
1 parent 928c01e commit 082b7ee

File tree

8 files changed

+29
-36
lines changed

8 files changed

+29
-36
lines changed

__seed__/firebase-seed/auth_export/accounts.json

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,20 @@
33
"users": [
44
{
55
"localId": "0FiDVPmzlZtxd50lZ25FKRVSsTt5",
6+
"createdAt": "1683830986738",
7+
"lastLoginAt": "1683831223979",
68
"displayName": "George P. Burdell",
7-
"screenName": "test_user_gatech.edu",
9+
"providerUserInfo": [],
10+
"validSince": "1733799157",
811
"email": "test@gatech.edu",
912
"emailVerified": true,
10-
"emailLinkSignin": true,
11-
"createdAt": "1683830986738",
12-
"providerUserInfo": [
13-
{
14-
"providerId": "password",
15-
"rawId": "test@gatech.edu",
16-
"federatedId": "test@gatech.edu",
17-
"displayName": "George P. Burdell",
18-
"email": "test@gatech.edu",
19-
"screenName": "test_user_gatech.edu"
20-
}
21-
],
22-
"lastLoginAt": "1683831223979",
23-
"lastRefreshAt": "2023-05-11T18:53:43.979Z"
13+
"disabled": false
2414
},
2515
{
2616
"localId": "YQ6kLcOYSY6wyDwQZWQevlIhQdtP",
27-
"displayName": "Test User Facebook",
28-
"screenName": "test_user_facebook",
29-
"email": "test@facebook.com",
30-
"emailVerified": true,
3117
"createdAt": "1683831153411",
3218
"lastLoginAt": "1683831153411",
19+
"displayName": "Test User Facebook",
3320
"providerUserInfo": [
3421
{
3522
"providerId": "facebook.com",
@@ -40,16 +27,16 @@
4027
"screenName": "test_user_facebook"
4128
}
4229
],
43-
"lastRefreshAt": "2023-05-11T18:52:33.411Z"
30+
"validSince": "1733799157",
31+
"email": "test@facebook.com",
32+
"emailVerified": true,
33+
"disabled": false
4434
},
4535
{
4636
"localId": "qEV0artwJVIilBljrED2QAYvQodW",
47-
"displayName": "Test User GitHub",
48-
"screenName": "test_user_github",
49-
"email": "test@github.com",
50-
"emailVerified": true,
5137
"createdAt": "1683831251597",
5238
"lastLoginAt": "1683831251598",
39+
"displayName": "Test User GitHub",
5340
"providerUserInfo": [
5441
{
5542
"providerId": "github.com",
@@ -60,16 +47,16 @@
6047
"screenName": "test_user_github"
6148
}
6249
],
63-
"lastRefreshAt": "2023-05-11T18:54:11.598Z"
50+
"validSince": "1733799157",
51+
"email": "test@github.com",
52+
"emailVerified": true,
53+
"disabled": false
6454
},
6555
{
6656
"localId": "tJBB49IHfW8WNFgS9pSQPMkPwgQp",
67-
"displayName": "Test User Gmail",
68-
"screenName": "test_user_gmail",
69-
"email": "test@gmail.com",
70-
"emailVerified": true,
7157
"createdAt": "1683831115312",
7258
"lastLoginAt": "1683831115312",
59+
"displayName": "Test User Gmail",
7360
"providerUserInfo": [
7461
{
7562
"providerId": "google.com",
@@ -80,7 +67,10 @@
8067
"screenName": "test_user_gmail"
8168
}
8269
],
83-
"lastRefreshAt": "2023-05-11T18:51:55.313Z"
70+
"validSince": "1733799157",
71+
"email": "test@gmail.com",
72+
"emailVerified": true,
73+
"disabled": false
8474
}
8575
]
8676
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{ "signIn": { "allowDuplicateEmails": false } }
1+
{
2+
"signIn": { "allowDuplicateEmails": false },
3+
"emailPrivacyConfig": { "enableImprovedEmailPrivacy": false }
4+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "11.21.0",
2+
"version": "13.24.0",
33
"firestore": {
4-
"version": "1.15.1",
4+
"version": "1.19.8",
55
"path": "firestore_export",
66
"metadata_file": "firestore_export/firestore_export.overall_export_metadata"
77
},
88
"auth": {
9-
"version": "11.21.0",
9+
"version": "13.24.0",
1010
"path": "auth_export"
1111
},
1212
"storage": {
13-
"version": "11.21.0",
13+
"version": "13.24.0",
1414
"path": "storage_export"
1515
}
1616
}
0 Bytes
Binary file not shown.
45.9 KB
Binary file not shown.
-103 KB
Binary file not shown.
0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fb:seed-db-cloud": "node ./__seed__/script.js SEED_FIREBASE_FIRESTORE_IN_CLOUD",
2727
"fb:login": "firebase login",
2828
"fb:emu": "firebase emulators:start --import=./__seed__/firebase-seed --project website",
29-
"fb:exp-seed": "firebase emulators:export ./__seed__/firebase-seed"
29+
"fb:exp-seed": "firebase emulators:export ./__seed__/firebase-seed --project website"
3030
},
3131
"dependencies": {
3232
"@babel/core": "^7.21.0",

0 commit comments

Comments
 (0)