When I want to store data of a NodeJS Server which can be queried by all users, how can I do this? It looks to me that the equivalent to a database are custom objects but they require a user login. So I thought that the Server will log in as some admin user.
Is this possible?