Answer the question
In order to leave comments, you need to log in
How to make new page creation in React/Firebase site?
I am building a website with React and Firebase. There is already a registration and authorization system. Now I want to develop a system of projects that users can create using the page for creating such projects.
The creation page will contain: the name of the project, its description, the ability to attach files, project tags, and more. Upon publication, other users will be shown the name of the author of the project with a link to his profile.
How to implement the generation of a new page with this project after its publication, so that it also gets its own ID? The URL will be of the form localhost:3000/project/project_id. This ID and other project data must be added to the Firebase Realtime Database. How to implement all this? :)
I would be grateful for any help, even if it will be links to some tutorials, videos or anything else on similar systems.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question