Using Firebase Admin SDK with Netlify Lambda Functions

added by JavaScript Kicks
12/6/2019 9:22:01 AM

423 Views

I've been recently leaning into spinning up applications with Nuxt and Firebase. These are pretty straight forward applications that handle user authentication and creating/reading of data. However, I've recently come into a case where I needed to send out a request to a third party service and write that back to the database.


0 comments