How can I save the user data I got using authservice with firebase in Flutter to firebase?
I have an ordering application. after user create account i can see name and address in firebase table. How can I save the user's name and address in firebase after clicking the place order button? Or is there another way…