I’ve already defined schema for my Firebase REST api and that is working correctly. Now I’m working on the delete logic.
I’ve created a composite component - a list section header with a Trash can icon which will be clicked to delete the record being currently display.
I’ve hooked up the logic for the delete icon as shown here:
(Clicking on the image shows the wording of the warning dialog)
It’s interesting that my data variable “Todo” is displayed, but it’s “unavailable”. So how and where exactly do I “define an appropriate composite component property” ?
Thanks
the thing is that if in the trigger there are no available events shown, you need to create one but in the past you could go in the composite component editor and use this
to open the other page and there you will see the option of events.(this worked like that in the past i dont know if they changed it in the last update, try if this switch still exists)
then go to events and just add one and then you can connect the trigger and the event with tat event
Hi Dimos.
Is your logic diagram showing the receive and trigger events inside of the component editor or at the page level?
Thanks for trying to help with this. I really appreciate it.
Hi there im sorry i must have lost your question somehow, i hope you have solved your problem, but heres a guid i made, when i found out the right way to do it after the new editor.