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)

Jetbrains image

Is Your CI/CD Server a Prime Target for Attack?

57% of organizations have suffered from a security incident related to DevOps toolchain exposures. It makes sense—CI/CD servers have access to source code, a highly valuable asset. Is yours secure? Check out nine practical tips to protect your CI/CD.

Learn more

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, cherished by the supportive DEV Community. Coders of every background are encouraged to bring their perspectives and bolster our collective wisdom.

A sincere “thank you” often brightens someone’s day—share yours in the comments below!

On DEV, the act of sharing knowledge eases our journey and forges stronger community ties. Found value in this? A quick thank-you to the author can make a world of difference.

Okay