|
|
|
|
|
by kogir
4271 days ago
|
|
Yes. While with HTTP pipelining you can request them all over a single TCP connection using a single SSL session, you will need to make an HTTP request for each item you want. If you're on a supported platform, the Firebase SDKs handle all this efficiently and can even provide real-time change notifications. |
|
If you use the SDKs, we handle the connection and all of the data is sent over a reused full duplex socket rather than individual requests. https://www.firebase.com/docs/android/, https://www.firebase.com/docs/ios/, https://www.firebase.com/docs/web/