I created an app with 3 screens. On the second screen, I'm successfully using FirebaseDB (reading from it). On the 3rd screen, I want to write to the FirebaseDB, but as I open the 3rd screen in the app, I get an error that says:
On the 2nd and 3rd screens, I'm using the same token and URL for the FirebaseDB.
In terms of the pointing projectbucket to a node of reading restricted you get an error of Permission Denied (without having asked to read anything, and without even having put a block .DataChanged).
If you have not put blocks in order to catch errors of FB, then the user will get a sort of MessageDialog that says: FirebaseError Permission denied and you have to press the Continue button.
But just to put a block When .FirebaseError to capture the error, and then the user will not bother you any message.
called "names"
Im using those blocks to write into the DB. the writing to DB1 (tp "MyMusicPlayer" bucket) is working fine but the second DB (to "names" bucket) not working for some reason.