-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
I stored data from API. Then if my application goes offline then I fetch data my pouch db, but its return empty rows.
My Code
localDB.allDocs({ include_docs: true }).then(data => {
console.log("All Docs :- ", data);
});
o/p :-
{ total_rows: 30, offset: 0, rows: [] }
Here the total_rows is 30 but its return empty rows.
Its working fine in iOS but not in Android.
Please help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels