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 some configuration 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/
- Use Default: Unchecked
- Persist: Unchecked
- ProjectBucket: Empty
Realtime Database
- Database location: United States (us-central1)
- Rules:
{ "rules": { ".read": true, ".write": true } }
MIT AI2 Companion
- Device: Android
- Version: 2.77
I have tried everything, but I don't know what else I can do. These are some tutorials I have watched.