I have the experience of developing android apps but I have no experience of developing a server.
Basically I want to send a message from one app (user) to another app (admin) using Firebase. So far, I have researched and found that this should happen in a manner similar to the following.
- User app sends a message to server
- Server sends message to firebase
- Firebase sends message to admin app
Now the problem is that I have absolutely zero knowledge of making a server. One more limitation is that I think the server computer needs to be physically connected to a power source all the time? If that is the case then I cannot implement it on my own infrastructure due to low budget.
So I think that just like firebase provides solutions for maintaining data on google's servers, there must be free services for hosting and making the servers on the cloud.
If there are such services (not found on google's first page), please let me know.
If there is another solution (I remember maybe the late Parse had a solution), please let me know.
One more thing which may matter is that I don't need to transmit sensitive data. I can keep the sensitive data in firebase database and just transmit a reference between apps.