having the following Firebase structure:
Node
val1:20
val2:30
how to get val1 + val2 as a function return ? and how to create a promise or Observable for firebase object?
having the following Firebase structure:
Node
val1:20
val2:30
how to get val1 + val2 as a function return ? and how to create a promise or Observable for firebase object?