From 83c3ea4b4e0da07bd5a371ce8916544da9243e57 Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Sun, 13 Oct 2019 02:23:20 +0200 Subject: [PATCH] fix the readme for using firebase db example --- using_firebase_db/README.md | 11 +++++++++-- using_firebase_db/{screenshot.jpg => demo_img.jpg} | Bin 2 files changed, 9 insertions(+), 2 deletions(-) rename using_firebase_db/{screenshot.jpg => demo_img.jpg} (100%) diff --git a/using_firebase_db/README.md b/using_firebase_db/README.md index 3a4bf7e..be6472c 100644 --- a/using_firebase_db/README.md +++ b/using_firebase_db/README.md @@ -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. + + + ## Getting Started diff --git a/using_firebase_db/screenshot.jpg b/using_firebase_db/demo_img.jpg similarity index 100% rename from using_firebase_db/screenshot.jpg rename to using_firebase_db/demo_img.jpg