Review
Firebase is a lot of different things. :) I have good experience with the authentication part, but you need somewhere to store the information about your users. It only handles the actual authentication part. You can of course use Firebase DB, or just Postgres (somewhere else) to store that.
You should really consider whether the type of technology suits your application. Firebase is a pretty good alternative if you want to use cloud functions, document database etc. But AWS and Azure also offer good alternatives. If you'd like a relational DB Firebase is less of an option.
I would say that getting everything tied together without a deeper knowledge is probably easier in Firebase than Azure though. :)
0 views0
Comments