Within this recipe, we're going to cover how to integrate Firebase Admin SDK with our project. The steps are intuitive and quite simple as any other integration within Firebase, so let's get to it.
Integrating the Firebase Admin SDK
Getting ready
Since we'll use the Firebase Admin SDK NodeJS client, we need to ensure that NodeJS is present in our development system, so first head directly to nodejs.org/download and download the suitable version for your system.
How to do it...
After doing so, let's ensure that we have NodeJS present in our system...