Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions __seed__/firebase-seed/auth_export/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lastLoginAt": "1683831223979",
"displayName": "George P. Burdell",
"providerUserInfo": [],
"validSince": "1733799157",
"validSince": "1735600994",
"email": "test@gatech.edu",
"emailVerified": true,
"disabled": false
Expand All @@ -27,7 +27,7 @@
"screenName": "test_user_facebook"
}
],
"validSince": "1733799157",
"validSince": "1735600994",
"email": "test@facebook.com",
"emailVerified": true,
"disabled": false
Expand All @@ -47,7 +47,7 @@
"screenName": "test_user_github"
}
],
"validSince": "1733799157",
"validSince": "1735600994",
"email": "test@github.com",
"emailVerified": true,
"disabled": false
Expand All @@ -67,7 +67,7 @@
"screenName": "test_user_gmail"
}
],
"validSince": "1733799157",
"validSince": "1735600994",
"email": "test@gmail.com",
"emailVerified": true,
"disabled": false
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"fb:seed-db": "node ./__seed__/script.js",
"fb:seed-db-cloud": "node ./__seed__/script.js SEED_FIREBASE_FIRESTORE_IN_CLOUD",
"fb:login": "firebase login",
"fb:emu": "firebase emulators:start --import=./__seed__/firebase-seed --project website",
"fb:exp-seed": "firebase emulators:export ./__seed__/firebase-seed --project website"
"fb:emu": "firebase emulators:start --import=./__seed__/firebase-seed --project demo-website",
Copy link
Contributor Author

@awpala awpala Dec 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at some point, local emulator suite for firebase started requiring demo-... prefix for local projects, was causing anomalous behavior locally without this update/fix

"fb:exp-seed": "firebase emulators:export ./__seed__/firebase-seed --project demo-website"
},
"dependencies": {
"@babel/core": "^7.21.0",
Expand Down
Loading