I'm trying to get access to a free cloud server to store data about my users (upon receiving their consent) from my Visual Studio Code Extension.
I thought I could use Firebase, but while in attempt to create a server, I learned that it is only tailed towards iOS, android and web applications, unity projects and flutter projects.
Is there any way or platform that I can store data on about my user's in a free cloud server that can be accessed by a VS code extension?
