realm-studio
realm-studio copied to clipboard
fix `app_id`
When debugging ROS queries, I saw incoming auth requests from Realm Studio reported as io.realm.Auth
.
{"app_id":"io.realm.Auth","identity":"07a24445406cc62d339bb3fc88bdbe92","access":["refresh"],"salt":"47efa011","expires":4660717861,"is_admin":true}
I think this field (app_id
) is used for stats, and it could be misleading to use io.realm.Auth
. For instance Java uses the app's package name ex"app_id":"io.realm.test"