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.
- Host: GitHub
- URL: https://github.com/blackiq/firebase-practical-1
- Owner: BlackIQ
- Created: 2021-12-09T20:58:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T19:48:40.000Z (over 4 years ago)
- Last Synced: 2025-06-21T10:07:47.372Z (about 1 year ago)
- Topics: android, firebase, firestore, flutter, ios
- Language: Dart
- Homepage:
- Size: 653 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*

- *Cloud Firestore*

- *Landing page*

- *Home page*

- *Landing page*

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