How do you create an edit page without custom data type in page parameter?

Hi,

I am using firebase as my db. Instead of making write requests all the time to the backend, I would like to introduce the „edit page”, where I am just storing the data within one page state, and after the user clicks on save, only then I would like to process the save and make the update to the firebase.

Sadly, without passing the custom data type in page parameters and additionally the document reference, it is very hard to do it for bigger data structures.

Do you have any idea how to overcome it?

Thanks,

Hubert

1
10 replies