We want to use Firebase Realtime Database, Firebase Storage, and Firebase Server SDK in a project.
How can we expose this project using custom endpoints which can be used in Android, ios, and web?
Edit
After further research I understand that it might not be a good idea to put Firebase behind an endpoint, because that architecture defeats the whole philosophy of Firebase.
But now the issue is that there is no default integration between Firebase Storage and Firebase Realtime Database. Is there a way for server side integration between the two, and the app engine for any custom server side work?