Firebase Realtime Database
Armazene e sincronize
dados em tempo real
Sincronização de dados JSON em tempo real
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in realtime.
NEW: Cloud Firestore enables you to store, sync and query app data at global scale.
Saiba mais
Colaboração fácil entre vários dispositivos
Realtime syncing makes it easy for your users to access their data from any device: web or mobile, and it helps your users collaborate with one another.

Desenvolvimento de apps sem servidor
Realtime Database ships with mobile and web SDKs so you can build apps without the need of servers. You can also execute backend code that responds to events triggered by your database using Cloud Functions for Firebase.

Otimizado para uso off-line
When your users go offline, the Realtime Database SDKs use local cache on the device to serve and store changes. When the device comes online, the local data is automatically synchronized.

Segurança forte baseada no usuário
The Realtime Database integrates with Firebase Authentication to provide simple and intuitive authentication for developers. You can use our declarative security model to allow access based on user identity or with pattern matching on your data.