Skip to content

Cafebase. First practical Firebase Cloud Firestore project.

Notifications You must be signed in to change notification settings

BlackIQ/Firebase-Practical-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cafebase

Simple Firebase practical project.

Lessons and what we covered

  • Flutter
    • Bottom modal for settings
  • Firebase setup
    • Setup for Android
  • Firebase Authentications
    • Anonymous Authentication
    • Email Authentication
      • Email login
      • Email registration
    • Logout
  • Firebase Firestore
    • Read date without specific query
    • Insert data Create one new document

Images

  • Firebase Authentications Auth Page

  • Cloud Firestore DB Page

  • Landing page Landing Page

  • Home page Home Page

  • Landing page Settings Page

  • Registering page Registering Page

  • Login page Login Page

Next practical project?

In next project we will learn some new authentication ways and get deep in Firestore. Things we will cover is listed here:

  • Flutter
    • Alert dialog for logout
    • Bottom navigation bar
    • Using GoogleFonts
    • Settings to show user image and other stuff
  • Firebase setup
    • Setup for iOS
  • Firebase Authentications
    • Google Authentication
    • Access to user objects
      • Name
      • Photo
      • Email
      • Phone
  • Firebase Firestore
    • Read date with specific query
    • Update a document

Second practical project