android-firebase-chat
android-firebase-chat copied to clipboard
Firebase: Database Integration
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...
my mistake... change the rules to public...
{ "rules": { ".read": true, ".write": true } }
Don't forget, after your database and you've modified the code with your own purpose, change the rules to 'auth'