I have a firebase realtime database that is accessed mostly by Android Wear devices running a standalone application. As of today, Android Wear devices do not support Firebase Authentication. Yet Firebase keeps pushing me emails telling that my database has insecure rules. I have changed access rules restricting access to admin-only areas, and most probably firebase will stop sending me this kind of emails, but still the sensitive data has public read access.
Has anyone faced and solves this issue?