Closed coreyar closed 6 years ago
Closes Issue #20 Closes Issue #18
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!
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.
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.
(but I figured we could merge this in and make that a new ticket if you prefer)
When this gets merged we should make tickets to:
Display signup/ login response errorsPersist auth between sessions.