Francisco Rodriguez

Results 54 comments of Francisco Rodriguez

Hi @Gribbs you can use custom attributes. We can add on our backlog this configuration on the cli. Let me know if custom attributes works for you.

Hi, You can try this. ``` $ awsmobile user-signin enable -p ? Sign-in is currently disabled, what do you want to do next Go to advance setti ngs ? Which...

Hi @ahahn, currently MobileHub is only getting information from the api that are configured from MobileHub console or using awsmobile-cli. I can mark this as a feature-request for MobileHub.

@jamesporter, sometimes the issue is not CORS (even if the error said so), when you look on the network requests you should see 2 HTTP request: one for OPTIONS method...

Hi, When you enable cloud-api on your project like you did. `awsmobile-cli` creates a sample function so you can test your api against that function. Is an starting point to...

@johnatCB @tavo1987 did you try the latest version (1.4.0) ? @tavo1987 which Chrome version are you using? Is your app the first thing is opened on the browser?

@luccamordente how did you configuring and using the client?

@vonKristoff thanks for your feedback. We will investigate on this issue

@ankanlim sorry for the late response, we are looking into this

@VicFrolov If you use Amplify you can do something like is mentioned [here](https://aws-amplify.github.io/docs/js/api#iam-auth) ```javascript import Amplify, { Auth } from 'aws-amplify'; import awsconfig from './aws-exports'; Amplify.configure(awsconfig); const client = new...