I have currently used google sign in for my flutter app. So, when registering users using their gmail is there any possible way to insert some additional data to the users collection. Currently I can only enter the users' gmail related data like (Photo URL, email, display Name etc.)
Thank you.
you need to create a new screen with a form with additional fields that you need and insert data into the firestore user collection or via API. if the user logs in again for some reason, you can query for records and show another(home/dashboard) screen in that case.