Saving Plasmic users with Codegen

Also i have one more question…

Where are plasmic users saved when using codegen with custom auth…

Are they saved on plasmic servers or in embedded db like sql lite…

Because when we call ensureplamicuser it must be saving those some where…

Plasmic servers

Alright… but if we wanna build completely independent codebase… & Only use plasmic as a ui builder with complete independent functionality… What should we use for auth & maybe also make it work with plasmic components

You can enforce your own auth rules required by your app, and just ignore the built-in Plasmic auth (so, Plasmic just generates code components without any auth logic built in)