Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to retrieve user details from Firebase Realtime Database based on username in URL #34

Open
adhilsalim opened this issue May 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request low priority This issue is not critical and can be addressed at a later time

Comments

@adhilsalim
Copy link
Member

We would like to suggest adding a feature to our application that allows users to access their pages by simply entering their username in the URL. Specifically, when a user enters a URL of the format "blankspacecommunity.web.app/user/", we propose that the application should extract the from the URL and search for the corresponding user in the Firebase Realtime Database.

If the user exists in the database, the application should retrieve their details and display the user's page. If the user does not exist, the application should redirect to a 404 error page.

@adhilsalim adhilsalim assigned adhilsalim and AkhilLV and unassigned adhilsalim and AkhilLV May 5, 2023
@adhilsalim adhilsalim added enhancement New feature or request low priority This issue is not critical and can be addressed at a later time labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority This issue is not critical and can be addressed at a later time
Projects
None yet
Development

No branches or pull requests

2 participants