PyBlog — Profile
Content
- Project Structure
- Firebase Setup
- Authentication
- Profile [WIP]
- Links [WIP]
- Final Remark [WIP]
If the user goes to Profile option after login, then the below options will be shown to the user
And the code to handle the flow is below
Let’s take it one by one,
> My Profile Details
In this option we will just be getting the user details from Firestore and showing it on the console.
To get the details from Firestore check the below code
Now the print(string_user_details)
just show the details on console like below,
Now if user presses any key, the flow will go back to the Profile Options selection page.
> My Blog Options
For this one, there are bunch of other options inside it like below
I will be updating this article for the Blog options, currently it’s under development.
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.