HeyKos / nutshell.me

A application that unifies various user accounts to visualize a person's life -- in a nutshell.
MIT License
0 stars 0 forks source link

Determine sign up/sign in strategy #18

Closed HeyKos closed 3 years ago

HeyKos commented 3 years ago

There are different approaches possible here. We could use FirebaseUI, or create our own sign up /sign in forms that call into firebase via the sdk. The purpose here is to pick a direction, not implement any changes.

HeyKos commented 3 years ago

Going to build our own UI using the Firebase SDK.