android-firebase-chat icon indicating copy to clipboard operation
android-firebase-chat copied to clipboard

Firebase: Database Integration

Open arsalanrex opened this issue 6 years ago • 2 comments

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 avatar Aug 22 '18 21:08 arsalanrex

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

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

arsalanrex avatar Aug 22 '18 21:08 arsalanrex

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

giovankabisano avatar Oct 18 '18 16:10 giovankabisano