Creating online android app with Firebase -


i want create online app between 2 players , join , find each other simple question-answer app , more thousand people can join server. it's better use firebase or create web server host ... (i'm interesting web servers)i mark correct can answer thanks

the choice between firebase , web-server solely based on needs of application , on skills.

firebase provides features of real-time database, authentication, storage, notifications, hosting etc. without server-side coding , other options makes easy integrate app. however, if app requirements above free usage quota of firebase, have pay services. since need server more thousand people, have pay firebase services. also, if app complexity increases, firebase may or may not able cater needs of app.

on other hand, custom server have options enough app. however, creating custom server hard, depending on skills. require more maintenance firebase.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -