I want to learn to build a simple log-in page using Flutter with its backend services. Is this infrastructure good? Are there any suggestions?
- The profile picture of the user must be stored on a cloud storage
- To check the identity of the user and to retrieve the profile picture I guess a databank should do the work.
- The user should see when was the last time he/she logged in. How can I do it?
I want to use Firebase to do it.