mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-08-06 14:51:08 +08:00
15 lines
536 B
Markdown
15 lines
536 B
Markdown
# 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.
|
|
|
|
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
|
|
|
|
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
|