Append Text using Firebase with Web Component

@TIMAI2 Is there any way to append text in a tag using your firebase's guide ?

Do you want to append to a list, or just append text to an existing text?

1 Like

This one

Firebase with a web component

In either case, you will need to get the value of the "tag", edit that value to append the new information, then PATCH the tag's value.

If you look at the source code for the firebase component, this is essentially what that does.

1 Like

Thanks @TIMAI2 :grinning:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.