I am currently in the process of developing a vocabulary learning application. On the search page of the app, there is a list of vocabularies displayed. Specifically, I showcase 20 words on the front end out of the 50 words stored in the Firestore collection.
The functionality works seamlessly when the Firestore collection contains 50 words, allowing for display and 'simply search' capabilities. However, once the number of words in the backend grow to 500, the system fails to display any words. Instead, it continuously shows a loading symbol, hindering the search functionality.
I am seeking guidance on resolving this issue. Is there a solution available, or is there a predetermined limitation that is causing this behavior?