MySQL support for Thunkable X

I am trying to make an app version of my website that uses a MySQL database for user data. However, Thunkable X only uses Firebase, and getting the two separate databases hooked up isn’t something I know how to do. It would be really nice if the devs could implement support for MySQL databases.

2 Likes

Because of a number of things, including the extraordinary complexity of coding for two different platforms, and a migration to new IOS standards, It will be quicker for you to bridge via Firebase as opposed to wait for an SQL introduction.

SQL on device is very different in the two platforms. Android has a native liteSQL however iOS does not.

Just an example.