Hi,
I 'm currently using the realm web-sdk for the client side, and had to include the realm app id to initialize the a new Realm.App instance for logging in and calling user.functions etc.
Issue: anyone who visits the site can do a quick inspect and find out the Realm App ID.
Question: are there any creative ways to hide the realm app ID on the client side browser?
would using a webhook to retrieve the realm app id help? (although the user can still interject and view the app id)
or would using a webhook to perform all subsequent login/user functions do the trick.