Firebase realtime database only accept numbers

hi,
i have a silly question, why the firebase realtime database only accept numbers as value that i post, but for strings or text could not write into firebase

Firebase support strings, numbers, booleans, lists, and even nested objects, if your app only writes numbers but fails with text, the issue is most likely block setup, not with Firebase.

my blocks are below;


whatever i try send in the text value firebase won’t appear in firebase

Hi Mike,

Use .Put Text

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