Get Current Logged User As A Stream

Is there any way that I might get the current logged user as a stream? I’m not sure if Live Queries are the right solution since they are only invoked after an object has been created, updated or deleted.

You can first use Parse.User.current() to get the current user object, and then subscribe to a live query filtering by its id.

1 Like