Note that Next 15 has just dropped. It has a longer list with more significant breaking changes, so will take a little longer to review and migrate.
Refactor next.config.js
Ensure raw JSON is is read from the Firebase config file and set as value of NEXT_PUBLIC_FIREBASE_CONFIG environment variable for the browser's consumption. Raw JSON is expected by src/api/firebase.ts.
Restore Cypress for end-to-end testing.
Restore Cloud Functions directory for now
Restore functions/ directory until we complete any API migrations as we migrate to the Firebase App Hosting platform
@nfloersch @bryanparmelee Could you please review this PR?
Restore src/, upgrade to Next.js 14, refactor Next config
Restore
src/
to include all subdirectories for the applicationsrc/
in line with changes PR #56 https://github.com/codeforbtv/baby-equipment-exchange/pull/56 andBlueMycon:manage-dependencies branch
.Upgrade to Next 14
Refactor next.config.js
Restore Cypress for end-to-end testing.
@nfloersch @bryanparmelee Could you please review this PR?