firebase / firebase-functions

Firebase SDK for Cloud Functions
https://firebase.google.com/docs/functions/
MIT License
1.01k stars 201 forks source link

Update the supported Admin SDK version to include v12 #1509

Closed nohe427 closed 5 months ago

nohe427 commented 6 months ago

Description

This addresses the peer dependencies being limited to version < 12 of the admin sdk. This also upgrades the dev dependency on the admin sdk to the latest verison.

Fixes #1496