Scott Davis
Scott Davis
@MikeMillerGIS: Sure, I can do that. So are you inferring that my approach in my code is correct and that it should be working?
``` json { "item": { "itemType": "file", "culture": "en-us", "owner": "u0281276", "guid": "E54D5F2F-F199-4FFD-B182-41D8EB3DD6A7", "screenshots": [], "id": "cde49aec1411473e9bb8b9af07e0dd21", "size": 3343703, "appCategories": [], "access": "private", "avgRating": 0, "title": "Parcels Test", "numRatings": 0,...
This has already been answered in #45.
I'm experiencing the same timeout issue at version 11.5.0. Downgrading to 11.2.2 fixes the issue for me.
@taeold Here is a simple repro: https://github.com/stdavis/firebase-emulator-timeout-repro. This request times out every time. Thanks for taking a look at this! Note, I'm running node v16.16.0. I've also verified that this...
I just tried [my simple repro](https://github.com/stdavis/firebase-emulator-timeout-repro) at v11.9.0 and it appears to be working correctly! Just to be sure, I downgraded to v11.6 and verified that it was still broken....
I'm having this same problem and the suggested monkey patch isn't working for me. Post-monkey patch I get: 'invalid access token - try running travis login' even when I run...
I would also love deep merging of the options by default. Could do it on my own using `grunt.config(taskName)` to get the config object and then deep merging the options...
I have the same issue when I use background location tracking to draw a polyline on the map. @MaRaSu Did you ever find a workaround?