Save data to Firebase

Hi friends ,
I have a problem and I don’t know how to solve it.
in a Firebase database I have to save the data between two quotes “2500”.

Thanks .

Please respect the rules of the forum by only posting in English.

Official language is English.

Thats not possible with current Kodular components.
If you don`t want those " " and “” then you have to use the Web Component.

But you can use the replace block to replace " and \ with nothing.

Do not worry about that hash symbol. While retrieving time you will get it without that symbol

Thanks for the answer, I have a windows application that is connected to the database and reads the data as in the last row with quotes.

Then try this method

https://firebase.google.com/docs/reference/rest/database

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