Pyrebase icon indicating copy to clipboard operation
Pyrebase copied to clipboard

Second .get().val() returns None

Open almaz1213 opened this issue 4 years ago • 0 comments

python 3.8.4

store = { 'app':{ 'cfg1':'one', 'cfg2':'two' } } a = firebase.child('store/app/cfg1').get().val() b = firebase.child('store/app/cfg2').get().val() print(a, b) #>>> one None

almaz1213 avatar Jul 25 '20 18:07 almaz1213