hello everyone, hope you have a nice weekend
I have values that appears in an unusual way and i didn't understand it
Hello,
you are checking if your textBoxes are not empty but, finally, you are storing in firebase the values stored in TinyDB...which seem to be empty. Maybe you need to store first the textBox data into tinyDB and then use the StoreValue block in that way, because you will already have something stored in tinyDB.
If you don't need to store it also in tinyDB, then store the textBoxes.Text directly in firebase.
1 Like
Yeah I got it, thank you
To avoid confusion it is Firebase Realtime Database (not Firedb)
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.