DEV Community

Discussion on: How to do image upload with firebase in react.

Collapse
 
alaomichael profile image
Michael Alao

Thank you so much for the reply.
Please how do I restrict user to view only their data in a React ,Redux application? Thank you.

Thread Thread
 
tallangroberg profile image
Tallan Groberg

You will have to make a user auth, I have a tutorial on how to do so with firebase if you want to continue learning more about this kind of stuff.

I don’t know how to do so with redux but it should be fairly similar to react context.

User auth can be very tricky and I would suggest going through my firebase tutorial because that is the easiest way I know how to give users identity on my apps

Thread Thread
 
alaomichael profile image
Michael Alao

Please can you send me the link to your tutorial? Thank you.

Thread Thread
 
tallangroberg profile image
Tallan Groberg

Sure,

Let me know if this works for you!!

Good luck

dev.to/itnext/user-auth-with-fireb...