Websocket Alternative: How to use Firestore to Listen to Realtime Events
Explore a way to keep all the frontends informed
May 20, 20248 min read4

Search for a command to run...
Articles tagged with #databases
Explore a way to keep all the frontends informed

Safeguarding Your Data by Proactive Measures

Wanna learn how to perform firebase real-time database CRUD operations using GoLang? Have you ever faced a situation where you want the latest data on multiple places as soon as it gets updated? Imagine you’re developing a quiz application that has 2...

Learn how to use DataStore instead of SharedPreferences in Android. ]Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data...
