Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign Up doesn't update Firebase #1

Open
rmtuckerphx opened this issue Feb 5, 2014 · 1 comment
Open

Sign Up doesn't update Firebase #1

rmtuckerphx opened this issue Feb 5, 2014 · 1 comment
Assignees

Comments

@rmtuckerphx
Copy link

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 Jon-Biz self-assigned this Feb 6, 2014
@Jon-Biz
Copy link
Owner

Jon-Biz commented Feb 6, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants