Load Field on Firebase Document Issue

I’m having issues getting the the data from firebase document field to gdevelop, basically i want to get the field of the document “FullName” and store it to scene variable “GetName”, But the variable I am getting is 0? can someone tell what am I Doing wrong? I’m new to gdevelop



image

Your expression in the 4th action is clearly not correct syntax. You probably meant either ToJSON(GetName) or VariableString(GetName).