A user signs in and posts a comment. I need the username to be displayed or maybe post as anonymous, from the database.
A user signs in and posts a comment. I need the username to be displayed or maybe post as anonymous, from the database.
Hello Mahima,
Add column to "comments" collection with type=poiner (https://devcenter.appery.io/documenta...) that points to the user (comment's author)