mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-07-04 09:30:20 +08:00
fix the readme for using firebase db example
This commit is contained in:
@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
Reference in New Issue
Block a user