How to create java web service to write data to Firebase? -


we creating android app , web app using firebase 3.0.0. right both these clients writing data directly firebase database.

we wish avoid introducing web services component in between. component write data firebase, , consumed android , web (or ios in future) apps.

we have decided develop web services using java, found firebase jar jvm.

there no firebase tutorials implement such component.

can use jar creating web services in java? how?

thanks

for new firebase, can use server sdk documentation page: https://firebase.google.com/docs/server/setup. start accessing database following instructions here: https://firebase.google.com/docs/database/server/start


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -