jpeiffer

Results 9 comments of jpeiffer

I had this same problem and traced it back to CORS which the repo did not previously support. The CORS issue is documented in https://github.com/GoogleCloudPlatform/functions-framework-dart/issues/201, and I am patiently awaiting...

I created this PR: https://github.com/GoogleCloudPlatform/functions-framework-dart/pull/317 With it is an example of using [shelf_cors_headers](https://pub.dev/packages/shelf_cors_headers) now applied to the `fullstack/backend`. I'm hoping the simplicity of this change will allow it to avoid...

I think it's fair to assume my hopes have been crushed...

Here's how I got it to work... 1. Generate a `service-account.json` from the GCP IAM console and include it in your build secrets 2. Attach that file to your Dockerfile...

I agree with others that this is a problem, and also agree that it's unfortunate that I cannot run an integration test from VS Code and have it work as...

There's no "perfect" solution. The problem is the client is deployed in an environment outside your control, and must contain all the information needed to access protected resources. The best...

It looks like changing the `android/build.gradle` from: ```gradle buildscript { ext.kotlin_version = '1.3.50' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.5.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.realm:realm-gradle-plugin:10.2.0" } } rootProject.allprojects {...

Just happened to me on 0.9.4 using the Android Emulator for Pixel API 26. I had to uninstall and reinstall. ``` $ flutter doctor -v [✓] Flutter (Channel beta, v0.9.4,...

I saw it using a Pixel 2 & 3 Emulator. I'm not at liberty to share the code or important part of the screen, but I can share the upper...