Skip to content

Commit

Permalink
update firebase value
Browse files Browse the repository at this point in the history
  • Loading branch information
buckun authored Jun 29, 2022
1 parent 8a8fe17 commit 2d1a4ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FirebaseStoreSource constructor(
fun getDateBaseValue() : Flow<String?> = callbackFlow {
var result: String? = null
val myRef = firebaseDatabase.getReference("value")
myRef.setValue("ETSTUR")
myRef.setValue("PopularMovie")

// Read from the database
val test = object: ValueEventListener {
Expand Down

0 comments on commit 2d1a4ed

Please sign in to comment.