Classe DataSnapshot
val(): Retornaany.exists(): Retornaboolean.key:String | null.ref:DatabaseReference.child(pathString): RetornaDataSnapshot.forEach(action): Retornaboolean.exportVal(): Retornaany.
Atualizado
val(): Retorna any.
exists(): Retorna boolean.
key: String | null.
ref: DatabaseReference.
child(pathString): Retorna DataSnapshot.
forEach(action): Retorna boolean.
exportVal(): Retorna any.
Atualizado