I have been using Firebase's Realtime Database for a long time and thinking to try out the new Database because it is scalable and more efficient in querying data but i have this message from my LogCat
PERMISSION_DENIED: Missing or insufficient permissions.
Even though i have user authentication logged in when writing the data i still get this message.
Thanks in advance