Hello everyone, I have created a login screen in Kodular. When the screen is left blank, the application gives an error and shows the “end application” option. However, when any text is entered and the login button is pressed, the login is successful. How can I prevent this situation? Additionally, for example, I want an account to remain active for a certain period of time and then be deleted via Firebase Authentication, such as 1 month, 3 months. How can I do that?
1 Like
- is repeating conditionals unnecessarily.
- you would be missing blocks, the only thing it is doing is sending data for the login and then you open another screen without waiting for a response. login success / login fail
My suggestions are that you at least read what is provided by the component and then about firebase
1 Like
Could you explain this with a block?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.