【发布时间】:2018-06-05 03:42:03
【问题描述】:
我正在为我的 url 路径段使用 Firestore 自动生成的 ID。它由正斜杠/分隔。
例如,localhost:4200/follower/followerId/followed/followedId。
followerId 和 followId 都使用 Firestore 自动生成的 ID。 我的 url 路径段(使用 Angular)使用正斜杠分隔 url,例如 localhost:4200/follower/:id/followed/:id
因此,Firestore 自动生成的 id 是否包含正斜杠?
【问题讨论】:
-
不,它不会用斜线生成
标签: firebase google-cloud-firestore