Skip to content
#

fullstack

Here are 2,116 public repositories matching this topic...

blitz
bud
josefaidt
josefaidt commented May 25, 2022

Is this feature request related to a new or existing Amplify category?

New category

Is this related to another service?

No response

Describe the feature you'd like to request

Support a path argument on amplify plugin add to simplify command:

amplify plugin add --path $(pnpm root -g)/amplify-graphql-seed-plugin

Currently we need to first capture the absolute path, and

good first issue feature-request platform p3
jonasjabari
jonasjabari commented Jun 2, 2021

toggle show_on: "some_event", hide_after: 3000 works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of the toggle is hidden again. However toggle hide_after: 3000 is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified

enhancement good first issue
atierian
atierian commented Jun 21, 2022

Is your feature request related to a problem? Please describe.
Uploading files stored in the iCloud Drive is a common use case. Amplify currently doesn't have any guides on how to properly handle security scoped resources (in iCloud Drive).

Describe the solution you'd like
Add a guide explaining how to properly access and upload security scoped resources.

**Describe alternatives yo

good first issue amplify/ios guides storage

Improve this page

Add a description, image, and links to the fullstack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fullstack topic, visit your repo's landing page and select "manage topics."

Learn more