Tommy Neeld

Results 2 comments of Tommy Neeld

Came across the same issue and found a temporary solution. I was using `"@angular/fire": "^7.2.0"` and was getting the `TypeError: undefined is not an object (evaluating 'gapi.iframes.getContext')` when building for...

Had this issue, got around it by creating a variable to hold the timezone and passing it into an `/etc/timezone` file (which I think gets picked up by python) ```...