You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Registered users should be able to edit their posts. This could be done through a generic post editing component, which would have fields for:
Title
Description / Content
or it could be done with unique edit pages for each type of post.
Ideally there would be a public viewable edit history, or at least a marker to flag that a post has been edited. For authentication, Firebase could be used to compare the UID of the poster to the UID of the request to edit.
The text was updated successfully, but these errors were encountered:
Registered users should be able to edit their posts. This could be done through a generic post editing component, which would have fields for:
or it could be done with unique edit pages for each type of post.
Ideally there would be a public viewable edit history, or at least a marker to flag that a post has been edited. For authentication, Firebase could be used to compare the UID of the poster to the UID of the request to edit.
The text was updated successfully, but these errors were encountered: