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
Post a Comment