What is a free online database you can use with unity and node.js?
It should be able to only store Text and it should have a simple design to manage everything like firebase because I am not familiar with Databases. The payments should be the same as supabse’s - 1GB storage and unlimited write/read requests.
I tried using Supabase, MogoDB and Firebase but non of them worked for me, since it should work for untiy Desktop builds…
Thanks!
Firebase is for mobile only but the others should work fine on desktop.
None of them have a native Unity integration. You’ll have to implement the web requests or rely on a paid asset.
I tried it with Supabase and MogoDB, it didn’t work, also the pricing of MongoDB wasn’t that good, so I wanted to use Supabase, but I didn’t manage to integrate it…
Any other?
Any database will work. Though it seems your main issue is to get it integrated. Check the store for existing integrations.
You could also use Unity Cloud Save.
Or if the data has owners with unique identities (ie player, server) you could simply read/write entire files on a remote server or cloud storage.
Why do you only need to store text though? What’s your use case?
If you only want to save everything as strings because it’s more convenient, you’re going to pay a lot earlier and/or extra due to wasted bandwidth/storage.