I am new to ionic. how to store a customer data in ionic? which backend is using? how to save and retrieve
HI @Nivetha
You were using localStorage or Sqlite
Hope this will solve your issue.
Feel free to mark it as a solution and you can always like the answer by clicking heart icon.
1 Like
Ionic suggests you use this key value store:
https://ionicframework.com/docs/storage/
This should cover most use cases.