dsadmin
dsadmin copied to clipboard
Google Cloud Datastore Emulator Administration UI
When adding an array value to an indexed array, copy the 'exclude from indexes' flag from the other values. Datastore requires that either all or none of the values have...
I am trying to make the UI work with datastore in firestore mode. This is my docker-compose.yaml ``` version: "3.9" services: # DSAdmin container dsadmin: image: "ghcr.io/remko/dsadmin:latest" depends_on: - datastore...
Hi, this business with editing nested entities, is there and idea of how that could/should be solved?