Which database to use in desktop-compose, can we use firebase ?
m
Michael Paus
09/12/2022, 9:32 AM
I’d suggest SQLDelight. It is multiplatform.
g
gildor
09/12/2022, 11:22 AM
Firebase is not just a database, it's cloud hosted no-sql database, which is quite a different beast comparing to just local SQLite
Yes, you can use Firebase Database with desktop, they do support of java without Android in their SDK as I remember, another question what are your requirements
I support sqldelight recommendation if you really want sql-based local database
m
Michael Paus
09/12/2022, 12:02 PM
Sure, I was probably biased because I am integrating SQLDelight into my current project just at this moment 😉. Would Firebase work on iOS too?
g
gildor
09/12/2022, 12:27 PM
Yes, they do support iOS and Web too, but you need some abstraction level to use on common code (but maybe someone from the community already wrote it, would be a nice pet project)