-
Notifications
You must be signed in to change notification settings - Fork 6
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
Datastore UI is not working with datastore in firestore mode #14
Comments
Good question. I have not tried the firestore emulator yet, I always use the datastore emulator. From your error message, it sounds like it doesn't support the (metadata) queries that dsadmin does to list the namespaces and kinds available in the database. I would have to check whether there is a replacement for this in the firestore emulator. |
Bumped into this as well, it looks like it is in fact a limitation of the Firestore emulator in datastore mode,
I could not find any docs stating this limitation though, nor any tickets on issuetracker.google.com. I switched to the datastore emulator with the |
Thank you guys for your feedback. The only issue I have is that I keep on getting the same error This is also the solution Google is recommending for filtering. @jmhobbs I tried now to use --use-firestore-in-datastore-mode such as:
And I keep getting the same error for IN filtering. Does this work for you, or was this happening for you as well? How do you guys manage to do IN, !=, and NOT-IN queries? |
I am trying to make the UI work with datastore in firestore mode. This is my docker-compose.yaml
But for some reason I keep on getting this Error.
What can I do about it?
The text was updated successfully, but these errors were encountered: