Do apps that require Firebase, Preact, and IDB work on Cloudron?
-
Hi,
I'm interested in trying out these apps:
https://github.com/gillkyle/sol-journal
https://github.com/trys/JournalBookIt says they need Firebase, Preact and IDB to work.
https://firebase.google.com/
https://preactjs.com/
https://www.npmjs.com/package/idbIs this something that could work on Cloudron?
Thanks!
-
@humptydumpty Don't see why it should not work. It's just an external service, so you have to put firebase credentials in some config file I guess after you install the app.
-
@humptydumpty Ah no, it's more like a database. But also provides services authentication, messaging, analytics etc. Basically, you can start coding your app and just use firebase as the "backend" for all the services which you usually require like a database, login page etc.
-
@humptydumpty Yes, using firebase indeed means that Google will have access to all the data