grpc-web
grpc-web copied to clipboard
How can I inspect the `.proto` definitions at runtime
Looking to make a form that dynamically reacts to fields in the proto definition for a given type, how can I introspect the types at runtime to generate the form?
Hi @tal , gRPC-Web doesn’t support accessing .proto message structures at runtime — you can’t dynamically list fields or generate forms based on messages like User. This limits building dynamic UIs or tools.