My Firebase real-time database rules are
“.read”: true
“.write”: “auth != null”
I have used Firebase authentication for login and sign up. After sign up or login store value, but no data is written in the database. How to fix this problem
Peter
(Moderator)
May 10, 2020, 8:59am
#2
You have to give more info then that
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
Chirubot
(Bot)
November 10, 2020, 4:59am
#4
Sorry for the late reply but it will help koders who are facing the same issue,
Hi, Koders!
I observed that there were many queries on Firebase Database even me ! but eventually after trials and errors I solved the problem I had posted a solution to a Koder who had the same issue but I thought to make a more comprehensive guide on Firebase for begginers.
So lets get started!
Lets understand the blocks
The below warning is because there is no blocks associated with it.
[Firebase Database Data Changed]
This is an event triggered when the data changes in firebase, for exa…