We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4a6f3 commit 89856e4Copy full SHA for 89856e4
docs/zh/connector-v2/sink/GoogleFirestore.md
@@ -1,10 +1,10 @@
1
# GoogleFirestore
2
3
-> GoogleFirestore数据接收器
+> GoogleFirestore 数据接收器
4
5
## 描述
6
7
-用于将数据写入GoogleFirestore
+用于将数据写入 GoogleFirestore
8
9
## 主要特性
10
@@ -20,15 +20,15 @@
20
21
### project_id [string]
22
23
-GoogleFirestore数据库项目的唯一标识符。
+GoogleFirestore 数据库项目的唯一标识符。
24
25
### collection [string]
26
27
-GoogleFirestore的合集。
+GoogleFirestore 的合集。
28
29
### credentials [string]
30
31
-GoogleCloud服务帐户的凭据,使用base64编解码器。如果没有设置,需要检查是否存在“GOOGLE APPLICATION CREDENTIALS”环境。
+GoogleCloud 服务帐户的凭据,使用base64编解码器。如果没有设置,需要检查 `GOOGLE APPLICATION CREDENTIALS` 环境是否存在。
32
33
### common 选项
34
@@ -48,5 +48,5 @@ GoogleFirestore {
48
49
### 随后版本
50
51
-- 添加GoogleFirestore数据接收器
+- 添加 GoogleFirestore 数据接收器
52
0 commit comments