PyBlog — Python & Firebase

In this article I will be creating a simple blog command line application, which will connect to Firebase.
Features of PyBlog:
- Authentication 🔑
- Upload Profile Image 🤳
- Profile Details ✍️
- Write Blog 📝
- Upload on Firestore — Public or Save As Draft ⏫
- Logout 👋
Let’s start making the project,
Using PyCharm and Python 3.10 for PyBlog.
Content
- Project Structure
- Firebase Setup
- Authentication
- Profile [WIP]
- Links [WIP]
- 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.