How do i fix setUseState not updating "uploading" state during firebase upload?
I'm new to react and Firebase. I'm building an app where users can upload several big images(up to 3MB) and videos to Firebase storage and then reference url in Firestore. Both are submitted with one onSubmit function. Everything else works,…