Cloud Functions for Firebase - Getting Network error even though I'm making outbound http request for firebase-admin functionality

后端 未结 2 792
生来不讨喜
生来不讨喜 2021-01-18 16:50

I have a functions file where all I\'m currently trying to do is access the Firebase auth() functionality to check if a user exists, based on email, and then get their uid.<

2条回答
  •  死守一世寂寞
    2021-01-18 17:21

    to be able to make external requests in firebase cloud functions, you have to choose a plan first. Flame or Blaze plans in console.firebase.google.com

提交回复
热议问题