Skip to content

Add React Native examples to Storage dos #1941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 30, 2025
Merged

Add React Native examples to Storage dos #1941

merged 11 commits into from
Apr 30, 2025

Conversation

ebenezerdon
Copy link
Contributor

What does this PR do?

Adds React Native examples to the Storage documentation

Test Plan

  • /docs/products/storage/upload-download/+page.markdoc
  • /docs/products/storage/quick-start/+page.markdoc
  • /docs/products/storage/images/+page.markdoc


const storage = new Storage(client);

const promise = storage.getFile('[BUCKET_ID]', '[FILE_ID]');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const promise = storage.getFile('[BUCKET_ID]', '[FILE_ID]');
const promise = storage.getFile('<BUCKET_ID>', '<FILE_ID>');

@ebenezerdon ebenezerdon requested a review from stnguyen90 April 29, 2025 22:20
@stnguyen90 stnguyen90 merged commit 9619e24 into main Apr 30, 2025
3 checks passed
@stnguyen90 stnguyen90 deleted the docs-react-native branch April 30, 2025 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants