Firebase

Icon SVG Firebase

OUR UPS IN SERVER ADMINISTRATION WITH FIREBASE

– Serverless – no need to have server since its already hosted
– Free web page hosting for serving front-end
– Built in authentication api
– Cross platform – has sdk for every platform
– Can retrieve data in realtime without recalling the sdk
– Built in features for mobile(crashlytics, push notification)
– Can build custom scripts to serve as backend(cloud functions)
– Can easily integrated with other google cloud services

OUR OUPS IN SERVER ADMINISTRATION WITH FIREBASE

– Need to pay when calling 3rd party platform via cloud functions
– Need to plan the structuring of data well to avoid parsing difficulties
– Only basic querying of data is available