-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add Userstatus.connections to database #99
Comments
You can still publish it to the client. See the demo. The client's id is just |
That works great, however I would like to have the client modify it's own user status record, which the server would publish out to other apps, like a microservice. Is there a straightforward way of doing this without adding it to the database? |
Yeah, you just modify it (e.g. with a server method) like any other collection...it doesn't need to be in the database. You can also fork the package and make your own version that puts it in the database, although I don't think I'd put that in the canonical package. |
I got |
I'm looking to track anonymous users along with various other information associated with them ( their geolocated city for instance ), then publish it to the client.
Can you remove
connection: null
from https://github.com/mizzao/meteor-user-status/blob/1044fed0a50c7a6e3dd022e1e9a6cbd09d2f08c9/status.coffee#L8to make this possible?
Also how would a client retrieve their
UserStatus.connections
_id?Thanks
The text was updated successfully, but these errors were encountered: