All Questions
2 questions
0
votes
1
answer
266
views
Syntax error in database rules while deploying
While deploying my website to firebase,i get a syntax error in database rules showing:
2:5: Expected rules property.
I am listing down the code in json
{
"hosting": {
"...
0
votes
1
answer
615
views
Run Python script with `firebase serve`
So I am working on a small project that includes Python and a Firebase realtime database.
By now I have everything pretty much finished and the only thing I want to add is that it is hosted by ...