Hi,
I'm trying to create an app with a login and register flow. I followed some tutorials, but I got the following error
Runtime Error:
Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
At first, I thought it was related to my blocks, so I created a new project with only the Firebase component. I tried to connect with my AI Companion, but I got the same error. These are the configurations that I have for my component, firebase and AI Companion
Firebase component
FirebaseToken: Empty
FirebaseURL: My firebase URL (https://PROJECT-ID-default-rtdb.firebaseio.com/
Using the web component and the REST api is not a "workaround", just a different approach to using Firebase RTDB and Storage, which also extends far beyond what the Firebase component can do.