java - Does Firebase will act as server? Where to write common code? -
i new android development. want create android app calculation. calculation generic , common user. instead of writing code in app. plan write business function in server side. collect request user , calculation in server side , send result client again. nowadays fire-base popular android development instead of server , database.
question is:
- is possible fire-base? cloud function helpful this? please let me know possible way
- can cloud function written in java?
yes it'll possible. pretty simple task though , require work set first. if in firebase, can first push data firebase database, add listener cloud function's db trigger calculate result , store in db. can load result db.
should aware cloud functions not included in free plan.no, requires use javascript / node.js. https://firebase.google.com/docs/functions/get-started
Comments
Post a Comment