What exactly mean “No Outbound Networking” in free tier on Cloud Functions for Firebase?

后端 未结 3 577
独厮守ぢ
独厮守ぢ 2020-12-11 05:10

In Google Firebase pricing (https://firebase.google.com/pricing/) table states:

The Spark plan only allows outbound network requests to Google-owned

3条回答
  •  旧巷少年郎
    2020-12-11 05:31

    no, they do not talk about JavaScript Functions, they talk about serverless computing functions

    https://firebase.google.com/features/functions/

    theses functions can make only make http calls to Google Services and e.g. not to Yahoo or Amazon services

提交回复
热议问题