我正在尝试从Firebase数据库导入DataSnapshot,这在DataSnapshot部分给我一个错误(无法解析符号)。
import com.google.firebase.database.DataSnapshot;
我已经检查数据库是否已连接到我的应用程序,并且我在build.gradle中包含了依赖项:
implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.google.firebase:firebase-database:16.0.3'