Can I store database in user's phone?

Hi… I know NOWA can integrate with Supabase and Firebase at the moment.

But if I wanna make a simple journal app that stored all datas inside user’s phone, any way to do that?

Thanks a lot

Hey @hakembonot

That’s a great question! so you can do it using SharedPref, but we don’t recommend that since it’s usually used to store simple key-value pairs like settinngs.

We will soon release an option to offer a local database using sqllite or Hive. So far, you can implement that with code after doing the rest in Nowa, but hopefully soon you will be able to do that inside Nowa :slight_smile:

1 Like