Changes
Page history
Create MongoDB query
authored
Jul 01, 2019
by
Roland Alton
Show whitespace changes
Inline
Side-by-side
MongoDB-query.md
0 → 100644
View page @
d8c9cb38
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"})`