Bronze 1
Since ‎02-13-2022
‎02-15-2022

My Stats

  • 2 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

sanj_2017's Bio

Badges SuneelFreimuth Earned

View all badges

Recent Activity

Hello!I'm migrating my Cloud Functions to use API keys from the Secret Manager. I'd like to do the following: const Api = require('api') const API_KEY = process.env.API_KEY const api = new Api(API_KEY) const myFunc = functions.https.onCall((data, con...