fix the readme for using firebase db example

This commit is contained in:
Nishant Srivastava
2019-10-13 02:23:20 +02:00
parent b0def2af5a
commit 83c3ea4b4e
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# using_firebase_db
# Using Firebase DB
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.
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.
Add notes by using the Floating Action Button and delete notes by long pressing them.
>This demo will not work without the `google-services.json` file.
<img src="demo_img.jpg" height="600em" />
## Getting Started

View File

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB