realm-studio icon indicating copy to clipboard operation
realm-studio copied to clipboard

fix `app_id`

Open nhachicha opened this issue 7 years ago • 5 comments

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"

nhachicha avatar Oct 04 '17 11:10 nhachicha