firebase - Concurrent users and multiple observers -


i know there a thread on how number of concurrent users calculated in firebase, doesn't answer question, is: if single user has multiple observers multiple locations in single firebase application, count 1 or several concurrent users?

multiple observers multiple location same firebase connection counted 1 concurrent only. every web page shares single connection given firebase, not across iframes or tabs. every node.js, ios or android process share 1 connection per firebase well.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -