Firebase – Make users UID [Authentication] the same as the users – firestore database
I need to make the users UID the same as the documents id. ex: In [Authentication], I have the user with the following info: email: [email protected] UID: U8EZAjrCWQRvll6CVmI6OpGZwcH3 In [Firestore database], I have a user collection. In the user collection,…