cmcaboy/ManhattanMatch

Facebook Authentication Optimization

Closed this issue · 1 comments

Currently running into a few problems:

  1. I am fetching the queue before I write the user's ID to local storage.
  2. I am not providing any sort of spinner when the user is logging in or registering.
  3. I am attempting to fetch the queue before a new customer is registered.

One idea to fix this problem:

  1. I could set the default local id to 0 or -1 when no one is logged in. I could then have Stagg wait until an id is set before fetching the queue.