Norm Radder wrote:Can you define what you mean by "backend"? What does the code do? Where does it execute? Who would use it?
Thank you for your interest and sorry if I have not been too clear.
My idea of backend is the following. When I think of an App to be implemented, I think of the features that allow me to save data in a cloud database so you can share it among different users of my app. Access to data would be through APIs that I would like to implement by myself.
Therefore I would like to allow users of my app to access this data, clearly after authentication. I'd also like to send notifications. For example, if a user sends a specific request or data to the server, the server in turn should be able to send a notification to the users interested in that specific type of data.
Perhaps the features listed so far are provided for example by Firebase (but I do not know it enough to say). However, a further use case would be to implement a logic in the server. For example, after a request has been submitted, the server should retrieve data from the database, perform processing, and return the result to one or more users.
I hope I have been clear enough. Thank you again