Hi there,
I got a problem with my signUp function, which is a Redux action object called when a user submits a signup form: While a user was successfully created in my firebase authentication page, the user info did not get stored into firestore. I used to place the exact same code for storing user info in firestore in the signup component without using Redux, and it worked fine. I am wondering what might cause the problem. Thanks!
Top comments (0)