Quick question about setting up a User context for Blur queries. The BlurQuery object has a setUserContext(String) method and there is a UserContext.setUser method.
1. The UserContext.setUser is used for access controlling the data correct? 2. Which one is used for specifying the user so that when currentQueries are called the user is not null? Thanks, Chris
