Akash Jain

Results 5 comments of Akash Jain

I followed this[https://github.com/aws/amazon-cognito-js/issues/40] link to create cognitoSyncManager object import * as AWS from "aws-sdk/global"; import * as CognitoSync from "aws-sdk/clients/cognitosync"; import { CognitoSyncManager } from 'amazon-cognito-js'; this.cognitoSyncManager = new AWS.CognitoSyncManager()...

Thanks for response @chetanme, I will try it out and get back to you with results.

I have similar issue, isSwitchedOn() return false always until I execute toggle() function. If I never run any other function than isSwitchedOn() then it always returns false. Any update @Clankey...

Facing same issue, @connor-odoherty did you get any solution for this?