[x] Add useState into src\features\registration\components\goals-form.tsx and src\features\registration\components\org-info-form.tsx to keep track of data entered
[x] Pass a callback function to src\features\registration\profile-page-setup.tsx and useState there to keep track of organization info
[x] Setup API to Cloud Firestore
[x] Actually send some data via the registration form
[x] Validate database is updated correctly
[ ] Rebase code onto MBF-00054 after it merges to main
registration component lives in this branch: MBF-0054