Hey so i'm creating my first ever firebase (for hte backend) app, to learn and try out what i know.
And my project, simply put is a Job Board. A service much needed for my local area due to the absence of good job boards.
Anyhow, I'm at a stage of "completing user data" (i'll mention routes below), and there's two children components, one for the "employer" and one for the "job seeker". The employer data was being submitted with no problems whatsoever.
However, when the user is trying to complete their data, I seemingly get no errors in the console, but the data is simply not being uploaded. it's really confusing and I don't know what to do.
Here's my repo below, and I really appreciate help, since I don't know what i'm doing:
https://github.com/mhdalihoria/job-hub
Route:
- The problem is happening in
/profile-editand its children componentsSeekerForm.jsxandEmployerForm.jsx. - To reach
/profile-edityou need to create an account, and after logging in, go to your user icon and go toprofile
Notes:
- I don't know how the debugging would work since it's a backend problem, but I guess one can change hte firebase key and work on their own backend.
Thanks a lot in advance, this is a project i'm beyond excited to see it come to light so any help is greatly appreciated.