Posts

Showing posts from March 19, 2019

斉 (南朝)

Image
斉 齊 ← 宋 (南朝) 479年 - 502年 梁 (南朝) → 斉と北魏。 公用語 漢語(中国語) 首都 建康 皇帝 479年 - 482年 高帝 482年 - 493年 武帝 493年 - 494年 廃帝鬱林王 494年 - 494年 廃帝海陵王 494年 - 498年 明帝 498年 - 501年 廃帝東昏侯 501年 - 502年 和帝 変遷 宋より禅譲・建国 479年 梁に禅譲 502年 中国の歴史 元謀 ・ 藍田 ・ 北京原人 神話伝説 ( 三皇五...

Access Firebase with secrets rules by android studio

Image
-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...