This is a NextJS starter webapp.
-
Configure Firebase Storage CORS
After cloning, run:
npm run configure-cors
(Requires
gsutiland Firebase CLI. Make sure your bucket name matches your project.) -
Start the Dev Server
npm run dev
-
Test the Form
- Fill out all required fields (including the new dropdowns for Domain, Sector, Legal Status).
- Upload a file and submit. The file should upload reliably and the record should appear in Firestore.
For more, see src/app/page.tsx.