Mya-Miller / LibrarySystem

A library web application. This is @TylerAdamMartinez, @Emmie8 and I CSCE 3444 project
0 stars 1 forks source link

Fix checkout page display bug #29

Open Emmie8 opened 2 years ago

Emmie8 commented 2 years ago

The site cannot get the users uid from firestore when the page refreshes and on the inital click of any button. Sometimes this causes an undefined document in firebase to be created and displayed instead of the users book list

Emmie8 commented 2 years ago

When returning a book the window reload part of the function causes the book to not be returned unless the user checks out a book from the catalog then goes to the checkout page and returns any book. The book does not get returned in any other instance