Thoughts-Blog
Firebase Blogging App
1. Overview
A blogging iOS app offers the ability for users to authenticate, add posts, view their profile, and browse posts by other users
2. Authentication
The app supports creating, signing in, and signing out of accounts. The auth method support by Firebase Auth with Email and Password
3. Database / Storage
Firebase Firestore, a document collection based database, is used to save data on the backend. This includes information about users and posts. In addition, Firebase Storage is used to store user profile pictures and post header images.