Firebase OnSuccessListener times out when I try to wait for it to finish
I’m trying to load data from my firebase Firestore database. This code uses an OnSuccessListener which runs async so I’m trying to wait till it loads data to continue. I have done this by creating a while loop that runs until the OnSuccess function sets the variable to true.