Firebase Realtime Database
Store and sync data in realtime
Data is synced across all clients in realtime, and remains available when your app goes offline.
Realtime syncing for JSON data
Rapid data synchronization delivers consistency by updating application instances in real time across all clients.

デバイス間の連携が容易
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.
サーバー不要のアプリを構築
Realtime Database にはモバイルとウェブの SDK が含まれているため、サーバーがなくてもアプリを構築できます。Cloud Functions for Firebase を使用して、データベースでトリガーされるイベントに応答するバックエンド コードを実行することもできます。


オフラインでの使用に最適
ユーザーがオフラインになると、Realtime Database SDK はデバイス上のローカル キャッシュを使用してデータを表示し、変更を保存します。デバイスがオンラインになると、ローカルデータが自動的に同期されます。
高度なユーザーベースのセキュリティ
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.
