Create MongoDB query authored by Roland Alton's avatar Roland Alton
Connect with mongorobo to forwarded MongoDB port
To find out the id, on collection users run
`db.getCollection('users').find({username:"fctest"})`
To find the push tokens, in raix_apps_push_tokens run
`db.getCollection('_raix_push_app_tokens').find({userId: "CZrPCMTm6wijx6r9e"})`