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.