Firebase Action Button

Firebase Action buttons are simple customisable buttons that can handle 2 types of actions: Filtering a Firebase Repeater, or, when added to a Firebase Repeater template, opening a page by passing the selected line current record and ID.

Action Button

The Action Button mode, will let you set up a Filter & order that will be assigned to a Firebase Repeater dynamically.

In order to implement this kind of Filter, drop 2 Firebase Action buttons to your page, and set the “Filters” of each button with different parameters
Then, link the 2 buttons to the Firebase Repeater (option Connect to Virtual List)

...

When you run the project, it is now possible to reload the Firebase Repeater with different parameters:

...

Repeater Line Action Button

The “Repeater Line Action Button” is supposed to be added inside a Firebase Repeater line designed with a custom template and linked to a page. This button will be shown on every line of the Repeater, and if the user click on it, it will load a page by passing the Memory Record and record Identifier.

...

Action Button within a Repeater Template

When you double click on the button, you can adjust its parameters:

...

Action Button Settings

  • Page. Select here the page you want to open when the user click on the line button

  • Effect. Select the Effect you want to apply when loading the page.

Delete Record Action Button

The “Delete Record Action Button” is supposed to be added inside a Firebase Repeater line designed with a custom template and linked to a page. This button will be shown on every line of the Repeater, and if the user click on it, it will delete the record (with a confirmation message)

Copyright©  Nymphide Lab 2020 - All Rights Reserved 

...