We designed, built, and debugged a complete, real-time roadside assistance app in Kodular, from user registration and GPS requests to mechanic trackin

I checked out Kodular Fenix (v1.5D.0) Bug Tracker before creating a new topic

Describe your issue

When I use the FirebaseAuthentication.Login block in a compiled APK, my app freezes and I get an “Application Not Responding” (ANR) error. The login does not succeed or fail; it just crashes. My Firebase project is set up correctly.

Steps to reproduce the issue

  • Create a new project.
  • Add the Firebase Authentication component and link the project with a google-services.json file.
  • Create a login screen with two text boxes and a button.
  • In the button’s click event, call the FirebaseAuthentication.Login block.
  • Export the APK and install it.
  • Click the login button

Expected Behaviour

The app should either log the user in and trigger the LoginSuccess event, or it should fail and trigger the LoginFail event with an error message. The app should not freeze.

Actual Behaviour

The app freezes for about 5-10 seconds and then the “Application Not Responding” dialog appears. Testing shows that the UI is not the problem, and the freeze only happens when the FirebaseAuthentication.Login block is present.

Show your Blocks

Android version

Nope!! The firebase authenticate block working perfectly with not any errors, I tested it yesterday maybe if you are using phone number sign up, but if it’s email/password here’s my proof

You forgot to show us your set up in blocks, if you can’t provide how you are handling this, then helping will be hard

Check whether push notification (onesignal) component is present in your aia in any screen.

So in the companion you’re not having any issues?
Anyway, answer Ibrahim’s questions,
the next step would be to use logcat, but let’s first take a look at your blocks.