How to upgrade Firebase Firestore API from v1 to v2 inside the Firebase functions
I've read the docs for upgrading the Cloud functions to version 2 here. But I also need to upgrade the FireStore API (Inside the cloud functions), and no docs there (that I could find). import { onCall } from 'firebase-functions/v2/https';…