Hey there how to make a chat app which saves chat like whatsapp cause I was making a chat app with realtime DB But the Realtime DB Deletes the base after 30days i don’t why but can anyone help with this
This is second part after one day by typing same room name
It will only show last chat it will not show whole chats
I want that when we write same roomname it should show the whole chats while showing only last chat Thunkable this is link
please veiw live in Thunkable app in Mobile because the app which i made will not work in PC and LAPTOP
When you first create a project in Firebase, it will add a rule to the database to prevent access after 30 days. You can go to the Rules tab under Realtime DB and change the rule.
How are you storing your data?
Is data stored under the user code retrieved from the Sign In component? If this is the case then you can use $uid === auth.uid
If you are nor sure then start with auth != null.
If you are not using the Sign In component then you have to use just true.
This could be due to many things, One thing to do is to use the get block and show the data retrieved in a label. Do the get block on something you know is available in the database and you can see it from the database console.