0
Connect firebase in SoloLearn?
So I want to make a messaging app inspired by @Coder. I want to use firebase. But when I want to test and write some data to the real-time database I get a "permission denied" error. Could anyone help? https://code.sololearn.com/WpLB6KTS7VDx/?ref=app
9 Respostas
+ 4
Have you set the anonymous access in the project console?
Are the rules of you firebase project allow writing?
+ 4
Okay then
Have you enabled anonymous access in sign in method?
Authentication => sign-in method => click anonymous => enable => save
+ 3
Paul Grasser
Would be nice to see the code but you removed the link 😅
+ 1
Paul Grasser Can you paste the rules in here?
+ 1
Oh for some reason they were still on false 🤦♂️ thanks
Coding mistakes are always like this
+ 1
Burey one more question, the message container seems to be going under the input box, how do I make them both next to each other, not one on top?
and that it automatically scrolls to the bottom?
+ 1
I can add the link back for the input box if you can help Burey
Well the link is back now.
0
Burey yes I set it up in test mode (anyone with the link can read and write).
0
Did it, still get the error 🤔