Storing a String in Firebase and reading in arduino

Hello guys,

I am working in a project that I need to send a String from the App to Firebase an read this string in arduino.

I create a App using StoreValue block. But always I use this block, it store a text like: ""TEXT""
When I read this text in arduino I read it like "TEXT".

To read in arduino I am using the firebase library,
Firebase.getString(firebaseData, path);

Is there any way to remove this "" when storing the value to FIREBASE?

Unfortunately AI2 needs to add this markup to its Firebase data values, to tell it what data type (string/number/list/dictionary) it should come back as into AI2.

AI2 have same problem