You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey There,
First of all thank you for all the work you did to make this adapter :)
I have been trying to switch an existing adapter with this one that I am using inside a react native app and I got this error:
TypeError: db.executeAsync is not a function (it is undefined)
I noticed that more people have the same issue and posted a comment on your blog post here
I might try to help fix this issue as well if you can provide some guidance.
Also How does this adapter handle files ? I noticed a support for attachments but are those stored as base 64 bit string or as a blob ? a big chunk of the app data is going to be a lot thumbnail images downloaded from a central Couchdb and I am having some performance concerns and was wondering if you can recommend some methods or ideas to handle that.
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hey There,
First of all thank you for all the work you did to make this adapter :)
I have been trying to switch an existing adapter with this one that I am using inside a react native app and I got this error:
TypeError: db.executeAsync is not a function (it is undefined)
I noticed that more people have the same issue and posted a comment on your blog post here
I might try to help fix this issue as well if you can provide some guidance.
Also How does this adapter handle files ? I noticed a support for attachments but are those stored as base 64 bit string or as a blob ? a big chunk of the app data is going to be a lot thumbnail images downloaded from a central Couchdb and I am having some performance concerns and was wondering if you can recommend some methods or ideas to handle that.
Thanks a lot
The text was updated successfully, but these errors were encountered: