Go to your firebase console, click the settings icons on the left, and select ‘Project settings’. Then go to the ‘Service Accounts’ tab. There, we will click ‘Generate new private key’, and store it in our client project under config/fbServiceAccountKey. json .
Read moreCan Firebase be used for backend?
You can use firebase to skip backend programming , or even user firebase to setup a nodejs backend (functions). The bad thing about not using a backend is security, you would need to master firebase security rules to completely protect data.
Read more