Quick question on aborting firebase calls #6723
Unanswered
misfityudi
asked this question in
Q&A
Replies: 1 comment
-
Hi there - I've never investigated aborting network calls personally, and I'm not aware of any documentation around the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the app that I'm working on, I'm making most of the network calls via rnfirebase. As you would know, we do have to clean up useEffects to prevent memory leaks, I'm really struggling to do so. I've looked a lot for documentation on aborting network requests as they do via abort controller for Fetch and Axios calls, but I've been unable to find anything.
I would really appreciate it if someone could help, maybe link me to a relevant doc.
Beta Was this translation helpful? Give feedback.
All reactions