SimCoderYoutube / InstagramClone

Instagram Clone React Native Tutorial 2021 👨‍💻 I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects! In this series, we use React Native with Expo to quickly deploy the project. We use firebase for all our microservice needs like the auth system, database, storage, amongst others. firebase, redux, react native, javascript, expo. In this series, we'll use all of them and you'll learn them by doing an iconic app. Welcome to this Simcoder project and make an Instagram Clone!
Apache License 2.0
745 stars 294 forks source link

Posts data don't refetch/update on User Profile #15

Open glitch-ui opened 3 years ago

glitch-ui commented 3 years ago

Hi SimCoder,

i've followed along your tutorial and recognized that the data of the posts on the User Profile doesn't update when visiting the logged in profile for the second time.

While I had opened the App I changed some date (e.g. the caption) in the firestore but the data wasn't then updated on the profile when reentering the screen.

Can you suggest how to achieve this?

Thanks for the support!

Rayan26 commented 3 years ago

Hello, have you find the solution please ?