mcroker
mcroker
@AnthonyNahas I needed support for Ionic/Cordova for my own project, so have given the port a crack... What I intended to be a quick port become a somewhat larger refactoring,...
Anton, I agree completely and actually think '-t local' should possible be changed to '-t dockermachine' (but left it for backward compatibility). '-t native makes sense' Nick, Ok - so...
If PROXY_IP is not set the cmd/compose script assumes use of docker-machine. It fails with error if a docker-machine is specified that doesn't exist (or no machine is set and...
'-t localhost' perhaps... but otherwise lgtm...
I was having exactly the same issue with host migration.... ``` $ serverless codebox domain --stage prod --host npm.mydomain.com ... Serverless: Domain update failed for npm.mydomain.com Serverless: The specified bucket...
I am using this plugin to link accounts as below... (I'm also bypassing the web-layer as I prefer my own implementation). FWIW I'd suggest the fix might be as simple...
> Any updates/workarounds? @mcroker solution doesn't seem to work. That's odd - certainly working for me. Since posting I've published the library. https://github.com/mcroker/ionic-firebase-auth This is designed to provide UI pages...
Subsequent to creating this, I think I've also discovered that there is a race-condition between multiple parallel update operations to different stores (i.e. this isn't exclusively restricted to clear storage)....
Are you using Cognito UserPools(authentication) and Cognito IdentityPools(authorization) both in your app? >>>Both Are you using drop-in UI in your app? >>> No Do you want more functionality in drop-in...
Same applies to MutationOptions and QueryOptions... ``` import AWSAppSyncClient, { AWSAppSyncClientOptions, AUTH_TYPE } from 'aws-appsync'; import { NormalizedCacheObject } from 'apollo-cache-inmemory'; import { MutationOptions, QueryOptions } from 'apollo-client' ``` package.json...