We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cb646 commit 3557c85Copy full SHA for 3557c85
src/routes/docs/products/storage/images/+page.markdoc
@@ -106,8 +106,8 @@ void main() { // Init SDK
106
//displaying image preview
107
FutureBuilder(
108
future: storage.getFilePreview(
109
- bucketId: '[BUCKET_ID]',
110
- fileId: '[FILE_ID]',
+ bucketId: '<BUCKET_ID>',
+ fileId: '<FILE_ID>',
111
), //works for both public file and private file, for private files you need to be logged in
112
builder: (context, snapshot) {
113
return snapshot.hasData && snapshot.data != null
0 commit comments