Skip to content

Commit

Permalink
fix(emu): update local firebase emulators with 2024 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
awpala committed Dec 30, 2024
1 parent 07d9f3e commit bf1a707
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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",
"fb:exp-seed": "firebase emulators:export ./__seed__/firebase-seed --project demo-website"
},
"dependencies": {
"@babel/core": "^7.21.0",
Expand Down

0 comments on commit bf1a707

Please sign in to comment.