Why cant i input all of these text date to my label?

I cant input my date data from firebase to my label, it only show the day

my database

my blocks

my app, in label only show the day
WhatsApp Image 2023-07-06 at 14.28.28

See FIrebase GetValue Error - #3 by dora_paz

1 Like

Alternative way to do it correctly is that when you store data in your firebase database, store it using store value block instead of adding manually.

When you store value using store value block it will be stored in correct format as per firebase rules and when you get that value, it will shown in the original format in which you have stored.

For this you can aslo develop an admin app with text box and button to store data in your firebase database.

1 Like

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