简体   繁体   中英

Java Maven project can't write data to Firebase Realtime Database

image 01

The content of realtime database don't update. And there is no error messages. Even though I added the nodes onto the database manually before running the code, it still doesn't work.

image 02

You have to wait for the Async task or try adding some Thread sleep after the async task.

Thread.sleep(5000);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM