An open API service indexing awesome lists of open source software.

https://github.com/blackiq/firebase-practical-1

Cafebase. First practical Firebase Cloud Firestore project.
https://github.com/blackiq/firebase-practical-1

android firebase firestore flutter ios

Last synced: about 1 year ago
JSON representation

Cafebase. First practical Firebase Cloud Firestore project.

Awesome Lists containing this project

README

          

# 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](docs/pack/images/auth_page.png)

- *Cloud Firestore*
![DB Page](docs/pack/images/db-page.png)

- *Landing page*
![Landing Page](docs/pack/images/01-landing.png)

- *Home page*
![Home Page](docs/pack/images/02-home.png)

- *Landing page*
![Settings Page](docs/pack/images/03-settings.png)

- *Registering page*
![Registering Page](docs/pack/images/04-register.png)

- *Login page*
![Login Page](docs/pack/images/05-login.png)

### 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](https://github.com/BlackIQ/Firebase-Practical-2)