Tech-Pangolin / latertots

https://latertots.vercel.app
0 stars 0 forks source link

Feat: Finish registration functionality to allow registration with photo and store account in firebase #5

Open terrataylor opened 2 weeks ago

elersong commented 2 weeks ago

Commit: 85eb78df7b21bf1e94f0b4014cbe247a5623a517 feat(registration): connect Users document with Firebase Auth during creation

Next steps:

elersong commented 2 weeks ago

c5533a23e4e30e13c3889a5d7414b04a72ec82ca feat(registration): Allow profile photo upload on registration

2d121dd15241ee5a34c97c312cebfebe1ee7551f fix(profile): Display user's profile photo on profile

4f75670913c2dae263b39396781bbd027f32f027 refactor(registration): createUserAndAuthenticate(), uploadProfilePhoto(), and pollForUserDocument()

Next step:

elersong commented 1 week ago

91d282cd471f161e3d82cc54dd09a7abe0b10cba fix(authentication): Improve fetching current user logic and add user document polling

95cb7ad582aa4e981969fe940404a67885ca6d54 chore(logger): Add logger configuration and integration with existing code