PyBlog — Python & Firebase

Pradyot Prakash
1 min readApr 12, 2022

--

Python Image
Photo by Shahadat Rahman on Unsplash

In this article I will be creating a simple blog command line application, which will connect to Firebase.

Features of PyBlog:

  1. Authentication 🔑
  2. Upload Profile Image 🤳
  3. Profile Details ✍️
  4. Write Blog 📝
  5. Upload on Firestore — Public or Save As Draft ⏫
  6. Logout 👋

Let’s start making the project,

Using PyCharm and Python 3.10 for PyBlog.

Content

  1. Project Structure
  2. Firebase Setup
  3. Authentication
  4. Profile [WIP]
  5. Links [WIP]
  6. Final Remark [WIP]

All the details have been divided into different articles to make it more readable and easy to understand.

Please feel free to comment if any doubts or help needed.

This article will be updated as I get new questions and experience. If you have any new question please provide it in the comments, will add it to the list.

Follow for getting the notification when new articles are published.

Follow me on Twitter and GitHub.

--

--