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.
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.