Getting object is not iterable (cannot read property Symbol(Symbol.iterator)) on Google provider callback

The error means that you are trying to loop over a single item :slight_smile:
And it’s telling you that you can’t make loops over a single thing.

Make the data possible into an array and then loop ?