Flutter user registration with Firebase: Add extra user information (age, username)
问题 With a phpMySQL background, I'm a little bit lost. I've successfully created a registration process with Flutter and Firebase Auth (simple email/password method) following a tutorial. I would like add a "username" and "age" field to the registration form. In Firebase I've created a database called "users", and in it a String typed "userid" that's blank. But is it even necessary? What do I do next? How is it mapped to the User UID in the authentication table? How do I push it and retrieve it