dsadmin icon indicating copy to clipboard operation
dsadmin copied to clipboard

Google Cloud Datastore Emulator Administration UI

Results 3 dsadmin issues
Sort by recently updated
recently updated
newest added

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?