Skip to content

aaronksaunders/flutter_firebase_auth_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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.