code-for-nashville / glean-tennessee-web

This project was created during Nashville's Civic Day of Hacking to allow farmers and other food providers to notify the Society of St. Andrew of food donations available for harvest and pick up.
https://glean-tennessee.firebaseapp.com/
8 stars 10 forks source link

Hookup signup and login #40

Closed coreyar closed 6 years ago

coreyar commented 6 years ago

When this gets merged we should make tickets to:

coreyar commented 6 years ago

Closes Issue #20 Closes Issue #18

Rian501 commented 6 years ago

I don't think we should be storing users' passwords in their profile data, but otherwise this is great. Thank you again for hooking this up!

coreyar commented 6 years ago

Can you help me see where we are storing the user's passwords? We are setting it in state during login and signup so we can use it in an api request. I don't think it is persisted anywhere. We could reset that field on submission also.

Rian501 commented 6 years ago

I was looking at the database stored on firebase. I am not sure where it's getting attached to that object. I'll look into it.

Rian501 commented 6 years ago

(but I figured we could merge this in and make that a new ticket if you prefer)