-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Per the email I sent out, the blob documentation is missing the code example and explanation on how to get the blob's content from a given document.
Review the code that decodes a blob attachment that is text here:
https://github.com/Couchbase-Ecosystem/cbl-ionic/blob/main/example/src/pages/documents/GetDocument.tsx#L34
The blob for text is encoded here:
https://github.com/Couchbase-Ecosystem/cbl-ionic/blob/main/example/src/pages/documents/EditDocument.tsx#L74
Also the original documentation shows an example of doing this via images - although it uses some hack window root scope example that we shouldn't be including in our code, but the text example below the code is good:
https://ionic.io/docs/couchbase-lite/usage#blobs
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Done