D404
1
I'm getting this error. I've tried deleting all the blocks but the result is the same.
SMART_IRRIGATION.aia (4.0 KB)
Error from Companion: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
ABG
2
I don't see anything unusual.
I get the same error on the code server with a current Companion.
Your empty Firebase projectbucket is suspicious.
What do you see in your Firebase console for database contents?
D404
3

this is the realtime database on firebase
D404
4

i`ve tried to put it like this, so the ProjectBucket is not empty. Same error appear.
ABG
5
Which Firebase server region do you use?
The AI2 Firebase component only works on us-central.
ABG
7
in case I forgot something.
Bedtime here at GMT-5, maybe GMT 0 will be up soon.
ABG
8
A late hunch ..
Firebase data written by the AI2 firebase component usually appears in the firebase console with extra markup, quotes and back slashes.
AI2 needs that to reconstitute data type info.
Your data lacks that markup, as if you hand typed it in the firebase console.
Flush it out, and use the firebase component to add fresh data.