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
I am using ionic 5 and sqlite plugin while creating db and tables for the first time , get table data is visible. But have a process to auto login in my app and when i try to fetch tables after auto login(which clearly means i dont create db or tables again) i am not able to fetch any tables.
this.storage.create in the app.component.ts open the db successfully before executing these getData transactions.
Let me know if anyone can help me out with this.
The text was updated successfully, but these errors were encountered:
I am using ionic 5 and sqlite plugin while creating db and tables for the first time , get table data is visible. But have a process to auto login in my app and when i try to fetch tables after auto login(which clearly means i dont create db or tables again) i am not able to fetch any tables.
this.storage.create in the app.component.ts open the db successfully before executing these getData transactions.
Let me know if anyone can help me out with this.
The text was updated successfully, but these errors were encountered: