Rexios

Results 69 comments of Rexios

Here's the linked thread: https://developer.apple.com/forums/thread/127232

Oh also there's this so don't feel crazy for thinking it was supported this whole time.

I'm seeing the same issue. I get lines like this in the console and the storage emulator stops responding. ```console {"result":{"permit":false},"id":18,"status":"ok"} {"result":{"permit":false},"id":19,"status":"ok"} ``` I'm calling `getDownloadUrl` to fetch multiple images...

The emulator is running on macOS, the app using the emulator is running in an iOS simulator. I have the latest version of firebase-tools installed (I update when prompted)

```console rexios ~ % firebase --version 11.14.3 ``` I'm using dart so: ```dart /// Get the download urls for all files at the given [path] static Future getDownloadUrls(String path) async...

Fixes the following: ```console FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies...

You have to call `heatmapLayer.map = yourMapView` first https://github.com/googlemaps/google-maps-ios-utils/issues/154#issuecomment-343846113

This should probably be documented here: https://developers.google.com/maps/documentation/ios-sdk/utility/heatmap#change-the-dataset I had the same issue, and the instructions on that site are pretty much just outright incorrect

I see the same behavior on iOS and Android. Web is the only platform that updates instantly.

I think the main blocker is tests. If there were existing tests for the other overlay features I could probably figure them out, but there aren't and I don't know...