FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

Not an Issue with library itself #502

Open floatAsNeeded opened 3 years ago

floatAsNeeded commented 3 years ago

Hi all!

I saw recently Google send me a warning saying that it could stop receiving client requests if I don't modify security rules on my realtime database. Because at the moment they are set to allow read and write from anyone. I'm using a Wemos D1 mini pro and I was wondering if use different rules if with this library would allow me to still read and write my data.

They suggested one of these rules:

https://firebase.google.com/docs/firestore/security/get-started#allow-all

but all of them give a parse error when I try them in the Realtime Database set rules.

Someone could help me with this?

Thank you!