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

Firebase: Database Integration #51

Open
arsalanrex opened this issue Aug 22, 2018 · 2 comments
Open

Firebase: Database Integration #51

arsalanrex opened this issue Aug 22, 2018 · 2 comments

Comments

@arsalanrex
Copy link

arsalanrex commented Aug 22, 2018

Registration of new user works fine.. user is added to authorisation section but not in the database section...

Also the app hangs on "get all friend...." upon login...

@arsalanrex
Copy link
Author

my mistake...
change the rules to public...

{
"rules": {
".read": true,
".write": true
}
}

@giovankabisano
Copy link

Don't forget, after your database and you've modified the code with your own purpose, change the rules to 'auth'

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