How to update sqlite db from mysql external backend in ionic v1

Hi,

I just started using ionic and I am trying to create an app that would collect user info (fullname, password and phone) and also login using the phone and password. Users can download materials from ion list.
How do I populate ion-list from external mysql database?
How do I link the backend with the sqlite db?