Eric Wallen

Results 2 issues of Eric Wallen

Hi, I am trying to get the example here to work. https://github.com/firebase/functions-samples/tree/master/paypal When I make the POST request I get a CORS error though. > has been blocked by CORS...

Hello, I am trying to use data-driven styling. Tried implementing it like this: ``` const onLoad = useCallback(function callback(map) { const bounds = new window.google.maps.LatLngBounds(center) map.fitBounds(bounds); let layer = map.getFeatureLayer(window.google.maps.FeatureType.COUNTRY)...