Ionic : Like and Comment component

Hello,
Is there any component that I can use to implement like and share functionalities ?

This is my context :
My database is Firebase,
Users can can post some pictures and other users will like and comment

You can use simple buttons to initiate a method which shares something or like a picture.
You need do a request to firebase to change the data in de DB.

1 Like