Hey all. I'm starting a new project with zitadel and am enjoying the switch from v2 to v4 already.
I'm working on a script (which was missing from my previous usage) to populate zitadel with a default set up so new devs can clone the project, run compose up, run this script, and have a working zitadel set up. As the nodesdk is still WIP and not recommended I decided to try generating a zitadel client using the grpc protobufs so that in the future we can automatically regenerate the zitadel interface as it adapts and changes.
Is this because the grpc interface is still being actively developed and does not have feature parity yet? Would you recommend users not use the protobufs to generate a client for now and instead stick with one of the legacy sdks?