This is a full-time, full-stack developer based in LosAngeles, CA.
Works 168hours per week.
NOTE : Don't try to divide 168 into 7.
It's 24hours per day.
React.JS, ReactNative
No publications yet.
I am building a web app using React+Redux+Firebase. Problem is when I do logout, it doesn't remove all realtime database listeners and causes some permission warnings because the user is not allowed to read/write the database when he's not logged in. How do I remove all listeners of the realtime database at once? Can it be a reason of memory leak? Thanks.