Firebase Comments Plugin

Developer Edition

The Comments Plugin plugin allows you to add a system of user comments to the records of a Firebase Collection

...

Example of user comments linked to a record

Plugin Setup

In order to activate comments in your Application, you simply need to activate the plugin from your project configuration:

...

once the plugin is activated, 2 new Widgets named "Commenting Button" and "Like Button" appear in the list of widgets (Firebase Group)

  • Commenting Button This button will launch a “Chat Like” popup where people will be able to add comments to the selected record.

  • Like Button This button will let people add a Like to a Record.

Comments are saved to a Firebase collection with the fixed name of thorium.comments
User Likes are stored in the collection named thorium.likes

...

Example with the Comments button and the Like Button

Copyright©  Nymphide Lab 2020 - All Rights Reserved 

...