I am working with firebase and react native.
I have returned an array from my firebase database that looks like this.
[Object, Object,
Have you tried accessing the object in the array and calling the property?
var array = [object, object, object]; var sum = array[0].level + array[1].level + array[2].level;