Search found 3 matches

Go to advanced search

by Jamie Steiner
Mon Jun 02, 2014 7:04 pm
Forum: Issues
Topic: Additional user parameters
Replies: 14
Views: 4013
 
Jump to post

Additional user parameters

Because of this post: https://getsatisfaction.com/apperyio/... I created a special service to return additional user data that I need (user Group, which is an additional string column in the _users collection) My request includes the following code: var UserID = localStorage.getItem('UserID'); var t...
by Jamie Steiner
Mon Jun 02, 2014 6:48 pm
Forum: Issues
Topic: saving active users userid not working
Replies: 4
Views: 1158
 
Jump to post

saving active users userid not working

nevermind, I figured it out:

var UserID = localStorage.getItem('UserID');
var temp = {"collName": "users", "id": UserID};
return temp;

Strange that the syntax I used previously didn't work.

by Jamie Steiner
Sun Jun 01, 2014 10:06 am
Forum: Issues
Topic: local storage variable wont delete
Replies: 12
Views: 3258
 
Jump to post

local storage variable wont delete

I somehow created a malformed local variable while creating a login service, and couldnt delete it. I tried to delete the service, now the editor just hangs when I try to load the page to create the service again.

Go to advanced search