Firebase db not working

MySera.aia (607.5 KB)

this was working at first but it is working now. when it is opened, it throws directly from application. When you leave the "FirebaseURL" part blank, it does not throw.

I did all the procedures. It says "

com.google.appinventor.components.runtime.errors.YailRuntimeError: Value failed to convert from JSON.
at com.google.appinventor.components.runtime.FirebaseDB.DataChanged(FirebaseDB.java:560)
at com.google.appinventor.components.runtime.FirebaseDB$1$1.run(FirebaseDB.java:154)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:7565)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)

" as the error message. What's the solution?

I was able to clear a startup crash by adding to Screen1's Firebase component the Bucket I saw in your settings screen:
Capture

I did what you said but the problem persists. Screen1 works when slicing the data in firebase. but the same problem occurs when I enter data on the settings page. note : ProjectBucket = MySera2

These problems occurred later, it was working before. I think there is a problem with firebaseDB. is there any other firebaseDB plugin?

Thank you for everything.

You could try using Firebase with the Web Component