firebase-auth-demo
firebase-auth-demo copied to clipboard
Question about getters/state
I have a quick question.
I was wondering if you could explain why you are using state in the Profile and Navigation component but a getter in the SignIn component.
Is the getter necessary since its just returning the state without any filters?
Thanks for the demo!