Thoughts-Blog

Firebase Blogging App

imgonline-com-ua-2to1-eDjLxFiYjOXNsVE

1. Overview

A blogging iOS app offers the ability for users to authenticate, add posts, view their profile, and browse posts by other users

imgonline-com-ua-2to1-HfCyndJ2lOIcK

2. Authentication

The app supports creating, signing in, and signing out of accounts. The auth method support by Firebase Auth with Email and Password

imgonline-com-ua-2to1-ivZu1xrlism

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.

imgonline-com-ua-2to1-7GK0n45xxSZ0

imgonline-com-ua-2to1-KOBOaylLpyFl

GitHub

View Github