2
Amiin
6y

Do you think Firebase is suitable for online taxi booking back-end?

Comments
  • 1
    I think yes (I use Firebase since May 2016)
  • 0
    @rostopira tnx. i still didn't use firebase. for realtime requests, firebase is better and easier or nodejs?
  • 1
    @Amiin It's easier, because most of the things are already done (auth, database, storage, remote config), but you can expand it with Cloud Functions written in Node.Js
  • 0
    @rostopira thank you very much.that helpful information
  • 0
    @rostopira hi I have a rly dumb question :)
    How do you secure logindata in firebase ?
  • 0
    @noogli I just include Firebase libraries, it's already implemented by Google. Why the fuck I need to reinvent the wheel?
  • 0
    @rostopira Don't u need to salt/hash the passwords ? I know there prebuild functions for social but what do u do with simple password email login
  • 1
    @noogli I do nothing, everything built in in libraries
Add Comment