Is it possible to allow only authenticated users to "like" an article instead of anonymous authentication? #1416
-
First of all, Thanks to Nuno! Blowfish is really good and powerful theme. I have added Firebase "Views" and "Likes" functions to the site. Regarding the "Like" function, I am thinking to protect this action in such a way that a user has to authenticate or at least provide user name or email before liking the post and the system would save the user name/email in the firestore database and remember that user so that next time, the user doesn't have to enter name/email or authenticate. Is it a good idea to implement something like this? Is it possible? Please advise. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @mehul-thanki , |
Beta Was this translation helpful? Give feedback.
Hello @mehul-thanki ,
That is not supported out-of-the-box with Blowfish. You would need to override the firebase integration to use that authentication mechanism and also implement login/signup - which I think Firebase supports a login modal out of the box.
You can also submit a ticket for me to track this request.