I'm working on a project which deals with real time data as well as online transactions. Previously i was thinking to build it one Node.js with Sails framework. But yesterday i come across a service called FireBase and I was like WOW, that's exactly what i was looking for. After reading couple of blog posts about it, I'm kinda confused.
Is it secure enough to handle payment data provided by users. I'll be using a third party payment gateway so no need to worry about credit card details. All the payment processing will be done on some incredibly secure server. But still is it good enough to guard data from hackers. I don't want someone to peak into my database. I know this question seems quite confusing. I just want to make my application as secure as possible.