Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firestore: add support for admin interface #6344

Closed
cobookman opened this issue Oct 30, 2018 · 5 comments
Closed

Firestore: add support for admin interface #6344

cobookman opened this issue Oct 30, 2018 · 5 comments
Assignees
Labels
api: firestore Issues related to the Firestore API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@cobookman
Copy link

Missing RPC call of projects.databases.exportDocuments in Firestore Client library:
https://cloud.google.com/firestore/docs/reference/rest/v1beta1/projects.databases/exportDocuments

@tseaver tseaver added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: firestore Issues related to the Firestore API. backend labels Oct 30, 2018
@tseaver
Copy link
Contributor

tseaver commented Oct 30, 2018

Thanks for the report! As the URL you link shows, the exportDocuments API (and the related importDocuments API) are exposed through the REST endpoint for the Cloud Firestore service. In the gRPC endpoint, the equivalent functionality is part of the Firestore Admin interface, for which we do not currently have any support (including the CRUD methods for indexes).

@tseaver tseaver removed the backend label Oct 30, 2018
@cobookman
Copy link
Author

Ah didn't realize the RPC & Rest APIs differed like that && Makes sense.

thnx

@tseaver tseaver changed the title Firestore: Client Library Missing RPC Calls Firestore: add support for admin interface Oct 30, 2018
@tchiotludo
Copy link

Any update on support for admin interface ?

When doing integration test, create index api is mandatory in order to create index use by integration test.

@tseaver
Copy link
Contributor

tseaver commented Jun 24, 2019

@BenWhitehead AFAIK this feature is not prioritized for Firestore.

@tseaver
Copy link
Contributor

tseaver commented Jul 12, 2019

Superseded by #8664.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants