You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This is from a REPL session in browser console, so time passes between each line)
varref=newFirebase('url/to/string/value');ref.set('hello');ref.on('value',function(snap){console.log(snap.exportVal());});// => "hello" is logged to the consoleref.setPriority(100);// => {'.value': 'hello', '.priority': 100} is logged to the console
The text was updated successfully, but these errors were encountered:
Firebase behaves as follows
(This is from a REPL session in browser console, so time passes between each line)
The text was updated successfully, but these errors were encountered: