-1 I have a firebase which is configured secrets database (read == false and write == false). When I use ESP8266 and create app by appinventor, It just need Firebase URL and Secrets key (I get it in database secrets) to read and write data. But when I create app by android studio by myself, I must change the rules (read == true and write == true) to access data. Can you help me access the firebase with rules (read == false and write == false) by android studio? android firebase firebase-realtime-database share | improve this question edited Nov 16 '18 at 14:50 Frank van Puffelen 242k 29 387 414 asked Nov 16 '18 at 2:22 Phuoc Huu Phuoc Huu 1 add a comment | -1 I have a firebase which is configured secrets database (read == false and write == false). When I use ESP8266 and create app by appinventor, It just need Firebase URL and Secrets key (I get it in database secrets) to read and write data. But...