DEV Community

liu550
liu550

Posted on

User info not stored in firestore using Redux action object

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!

signUp Redux action object

Top comments (0)