I'm trying to use the Cloud Firestore REST API, but can't seem to find the project id.
相关问题
- Design RESTful service with multiple ids
- Axios OPTIONS instead of POST Request. Express Res
- Plain (non-HTML) error pages in REST api
- adding sha1 in firebase app fails with error
- firebase storage cors strange Behaviour
相关文章
- 我用scrapy写了一个蛮简单的爬虫怎么封装成一个api啊
- 后端给前端的API接口是怎么用代码写的
- How can make folder with Firebase Cloud Functions
- Convert C# Object to Json Object
- Android camera2 API get focus distance in AF mode
- Got ActiveRecord::AssociationTypeMismatch on model
- Multiple parameters in AngularJS $resource GET
- Firestore Update a document field Using Rest API
Firestore's REST API is still in beta; we can't generate our own database ids as of yet.
We have to use the default database id which is currently the following (glaringly literal) string:
(default)
And yes, you have to include the parentheses.
To find your Cloud Project ID (which is needed to access Cloud Firestore through the REST API):