I just started using MIT App for a school project, and I am currently stuck. Firstly, on my SignUp screen, I can't seem to store the Username and Password in FirebaseDB.
Here is my block structure for the SignUp screen. The blocks I have for checking the user and password textboxes were originally from a TinyDB tutorial video, but it looked like it would work, so I didn't bother changing it:
Lastly, I made a login screen and planned to access the FirebaseDB to check if the username and password entered were correct, but I can't seem to understand how to access it from another screen besides the sign-up screen.
Sorry if I'm asking a lot of questions; I genuinely can't fix this on my own.
That's sad to hear...I’ll try using an Android device instead...Might I also ask if you know of any forums or resources about using FirebaseDB on different screens? I keep getting confused about how it all works. I got this one where it talks about retrieving data from Firebase to another screen but still confused on how the format of the block inputting the data into Firebase should be for it to work like this: Retrieve data from Firebase to another screen