0
If my application in Firebase has 5 users and they all have a valueListenerEvent on, waiting for some change in the database, do I have 5 connections simultaneously? For example, in a chat using firebase with 105 users connected at the same time, that’s 105 connections at the same time, that is 5 users are "thrown away" and can’t connect? Or is not so the firebase counts connections at the same time?