flutter_firebase_auth_app
flutter_firebase_auth_app copied to clipboard
sample application with flutter and firebase - work in progress
Flutter Firebase Sample App
A Flutter application integrating Firebase for data storage
- Create Account
- Login
- All CRUD actions on data object
- Flutter Features/Functionality Utilized
- Pages
- Snackbar: showing errors and alerts
- Navigation: changing pages and showing modals
- Futures: interacting with firebase
- Forms/Form Fields: login and creating an account
- Date Picker: creating an item
- Dismissible: allows user to swipe to delete list item
- StatefulWidget
- StatelessWidget
Watch Video Here: https://video.twimg.com/ext_tw_video/1126242410512769026/pu/vid/612x1280/oqi7wxmGwVh2z-CD.mp4?tag=9
Packages Utilized
- https://pub.dev/packages/firebase_core
- https://pub.dartlang.org/packages/cloud_firestore
- https://pub.dev/packages/flutter_icons
Please Follow Firebase Setup Instructions
- there is no google-services.json including in the project, you will need to create your own
- this initial commit supports android and ios
- ran into issue with ios that required me to update all of the podfiles
- ran into issue with android that require me to modify build properties
- see this link for additional setup issues https://codelabs.developers.google.com/codelabs/flutter-firebase/index.html#6
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.