Jon-Biz / FireUserDemo

This is a demo app for the FireUser user management library
0 stars 0 forks source link

Sign Up doesn't update Firebase #1

Open rmtuckerphx opened 10 years ago

rmtuckerphx commented 10 years ago

I am having troubles with the Demo app.

This is what I have done so far:

  1. Cloned the latest FireUserDemo from this morning
  2. Created a new Firebase
  3. Enabled Simple Login Email & Password authentication provider in Firebase Forge
  4. Verified that Security Rule are read and write true
  5. Updated app.js to set FireUserConfig url to Firebase url
  6. Executed bower install to get angular, angularfire, fireuser, etc.

I run the app for a local web server (localhost on a port other than 80). The page comes up and when I do a Sign Up then the message at the top changes to "Fire User Demo - user undefined logged in"

My Firebase is shazfireuser and in the Forge I see the following structure:

shazfireuser data 1: ""

Batarang shows the follow for $rootScope:

{ loginstate: true data: { user: }
}

No errros show in Chrome Developer Tools window

What else should I check?

Jon-Biz commented 10 years ago

I think I know how this was caused and am testing a solution today.