Open crowleyk1 opened 9 months ago
Created form and added comments for clarification.
Watching video that Clayton shared about SvelteKit and Firebase.
Added "required" keyword to input fields in log-in and sign-up forms.
Started working on creating tabs for our home page.
Added tabs for Home, Log-In, and Sign-Up.
Adding comments for the code I wrote for tabs
created a variable to track whether a user is logged in and a method for logging out
Added login method on login page. Still need URL of DB where users will be stored.
Beginning backend login authentication & database storage
Basic login functioning but doesn't save to database, looking for where issue may be at
Trying to swap authentication to using svelte and firebase functionality together, directory and organization of js may be what is causing issue saving
Still working on implementing authentication with svelte and firebase
Made test database to change settings and connections, still does not upload info to database
Rewriting firebase authentication again as a skeleton authentication code, need to meet about directory organization to write a fully functioning authenticator
Creating form for sign-up page.