Orbyt
Orbyt
@cmelchior This is a common issue during development of the application. Yes, the files may simply be deleted before building, however a common workflow is to view the contents of...
@TimFletcher This issue is referring to the `StripeCheckout` object provided by `https://checkout.stripe.com/checkout.js` inside the React component.
@ankit7sethi No I dont think I did. I found it much easier to just create your own Login/Signup Activity and integrate it with the Parse login flow if you want...
Does not seem to work. `npm install` seems to go through fine, but theres no autocomplete. If I go to Sublime Text and start typing "require" I would assume an...
> Hi @Orbyt, could you confirm whether you see the same behaviour on device? We have had emulator-specific issues such as this and would like to understand if this is...
..yes? ST3 is still beta and ST2 remains the default download on sublimes page. Not a huge deal but im sure people would love the option to use ST2 with...
Hey @tylerjroach, thanks for your prompt reply. Here's how the messaging client is being configured: ```kotlin val CHIME_SDK_APP_INSTANCE_ARN="arn:aws:chime:us-east-1:xxxxxxxx" lateinit var messagingClient: AmazonChimeSDKMessagingClient lateinit var chimeUser: ChimeUser lateinit var chimeUserCredentials: ChimeUserCredentials...
@tylerjroach Thanks again for your prompt reply. > The recommended way to initialize the Chime clients would be to implement an `AmplifyCredentialsProvider` as shown here: https://docs.amplify.aws/gen1/android/sdk/configuration/amplify-compatibility/#creating-an-amplifycredentialsprovider. Is this noted anywhere...
> They would not be immediately expiring, but credentials from `fetchAuthSession` are cached. For example, lets say you call `fetchAuthSession` for the first time and the tokens have a 1...
As an aside: > You can actually force fetchAuthSession to get brand new credentials by adding forceRefresh = true Would adding that option to the `fetchAuthSession` I originally posted sufficiently...