I am developing a mobile application that will show the latest transfers in the football world. For this application, I wrote a personal API that returns only the necessary data based on usage. I went live with this API system with Firebase Functions.
However, there is one point that bothers me. Could Firebase crash if 100 simultaneous GET operations are performed from this API? How durable is Firebase?