简体   繁体   English

通过Firebase Cloud Functions访问Firestore时的流量路由

[英]Traffic routing when accessing Firestore through Firebase Cloud Functions

Does accessing Firestore through Firebase cloud functions routes requests through Google internal.network?通过 Firebase 云功能访问 Firestore 是否通过 Google internal.network 路由请求?

Yes, request between Firestore through Cloud Functions use Google internal.network to route its packages.是的,通过 Cloud Functions 的 Firestore 之间的请求使用 Google internal.network 来路由其包。

To provide a little bit more of context, as mentioned at locations on Firebase , Firebase uses GCP resources which are created as needed, this means that it also creates a VPC.network as with any GCP project.为了提供更多的上下文,如 Firebase 上的位置所述,Firebase 使用根据需要创建的 GCP 资源,这意味着它也像任何 GCP 项目一样创建 VPC.network。 As mentioned at VPC.network overview , Google uses the internal.network for resources in the same VPC.network so in short, yes, Firebase end up using the Google internal.network when communicating between functions and Firestore正如VPC.network overview中提到的,谷歌使用 internal.network 获取同一 VPC.network 中的资源,所以简而言之,是的,Firebase 在函数和 Firestore 之间通信时最终使用 Google internal.network

Let me know if the clarified your doubts!让我知道是否澄清了您的疑问!

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 数据未通过调度程序 function 和 Firebase Cloud Functions 保存到 Firestore - Data not saved into Firestore through scheduler function with Firebase Cloud Functions 与 firebase 云函数中的 firebase firestore 交互 - Interacting with firebase firestore from firebase cloud functions 在 Firebase Cloud Functions 中使用 express 和 consign 进行路由 - Routing with express and consign in Firebase Cloud Functions Firestore - 获取路径未知的 ID 文档 - Firebase Cloud Functions - Firestore - Get document with ID whose path is unknown - Firebase Cloud Functions 如何在 netlify lamda 中使用 firebase 云函数的 firestore.onWrite() - How to use firebase cloud functions' firestore.onWrite() in netlify lamda 使用 angular 在 Firebase Cloud Functions (Firestore) 中获取单个文档 ID - Getting single document ID in Firebase Cloud Functions (Firestore) with angular 如何使用 WebStorm 和 Ngrok 在本地运行 Firebase Firestore Cloud Functions 并对其进行调试? - How to run Firebase Firestore Cloud Functions locally and debuging it, with WebStorm and Ngrok? 使用 admin sdk 和 Firebase 云函数从 Firestore 检索对象数组 - Retrieving an array of objects from Firestore with the admin sdk and Firebase cloud functions 在本地测试 Cloud Functions 时 Cloud Firestore 模拟器未运行 - Cloud Firestore emulator not running when testing Cloud Functions locally 部署 Cloud FireStore 云功能时出现身份验证错误 - Auth error when deploying Cloud FireStore cloud functions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM