Skip to content

Commit 83c3ea4

Browse files
committed
fix the readme for using firebase db example
1 parent b0def2a commit 83c3ea4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

using_firebase_db/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# using_firebase_db
1+
# Using Firebase DB
22

3-
A very basic note taking app to demonstrate the usage of firebase realtime database with flutter. Follow this [guide](https://firebase.google.com/docs/flutter/setup) to setup firebase to work with flutter. This demo will not work without the `google-services.json` file. Add notes by using the Floating Action Button and delete notes by long pressing them.
3+
A very basic note taking app to demonstrate the usage of firebase realtime database with flutter. Follow this [guide](https://firebase.google.com/docs/flutter/setup) to setup firebase to work with flutter.
4+
5+
Add notes by using the Floating Action Button and delete notes by long pressing them.
6+
7+
>This demo will not work without the `google-services.json` file.
8+
9+
10+
<img src="demo_img.jpg" height="600em" />
411

512
## Getting Started
613

File renamed without changes.

0 commit comments

Comments
 (0)