Open liauli opened 1 week ago
about tcp/udp: https://any-one-can-code.medium.com/understanding-tcp-udp-http-and-websocket-concepts-part-1-499f9f751c54
From ChatGPT:
Firestore’s real-time capabilities leverage WebSockets over a TCP connection. This allows for reliable, low-latency data synchronization between the Firestore backend and clients, making it an effective solution for applications that require up-to-date data.
Firestore’s real-time capabilities are provided through listeners. In iOS, you can set up listeners to get live updates when data changes. How it Works:
[Question] How often seller send/update data? How often the location listener receive data? what is the effective way. Count the battery and data usage
ref: #1