Hi folks
I've tried to make an app that stores booleans, numbers and strings into a firebase database, but apparently it seems that whatever I store, it stores it as a string, whether it's the boolean from logic: "true", or the number from math "3", and the text string "17:33" itself, will all be saved as strings in the firebase database
I hope to be able to save it as something else than a string,
Any help would be appreciated