DEV Community

loizenai
loizenai

Posted on

Flutter Firebase Database example - Firebase Database CRUD with ListView

https://grokonez.com/flutter/flutter-firebase-database-example-firebase-database-crud-listview

Flutter Firebase Database example - Firebase Database CRUD with ListView

Firebase Realtime Database is a cloud-hosted database that helps us to store and sync data with NoSQL cloud database in realtime to every connected client. In this tutorial, we’re gonna build a Flutter App that allows us to make CRUD interactions with Firebase Database in a ListView.

Related Posts:

Flutter Firestore Example Overview

We will build a Flutter App that supports showing, inserting, editing, deleting Notes from/to Firebase Realtime Database with ListView:

flutter-firebase-database-example-overview

Firebase Console for Realtime Database will be like:

flutter-firebase-database-example-database-results

You can find how to:

Under Develop, select Database:

integrate-flutter-firebase-example-configure-android-enter-database

In Realtime Database, set the Rules:

flutter-firebase-database-example-configure-database-rules

https://grokonez.com/flutter/flutter-firebase-database-example-firebase-database-crud-listview

Top comments (0)