My app is designed to reward users for walking. I have created two screens:
The first screen contains a pedometer and related features for counting steps (the steps are saved in firebase)
The second screen is the login screen(informations are also saved in firebase)
The app works fine on the emulator, but when installed on a phone, it crashes multiple times after logging in. I don't know what the problem is.
mods removed apk aab files. Not permitted to post these with direct links in this forum.
ABG
February 6, 2025, 4:55pm
2
What do you get for a start value in Screen1, and how do you pass such a value to Screen1?
i get The username from the user when registered and pass it to the first screen
ABG
February 6, 2025, 6:28pm
4
TinyDB is better for transferring data across screens.
Also, starting Screen1 from other screens should be avoided.
Also, I do not see a When FireBase1.ErrorOccurred event block with a Notifier to tell you if you had a Firebase error. That might help intercept a crash.
thank you i just solved it
system
Closed
February 14, 2025, 4:19pm
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.