Firebase – setTimeout Not Working With For Each Loop On Array
I had a forEach() loop set up that was running through a number of Docs from Firebase exactly the same as the exmaple code and it was working great... Until I found out Firestore stores docs lexicographically. Which ended up…