Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://www.gstatic.com/firebasejs/live/3.0/firebase.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Write with double /</title>
</head>
<body>
</body>
</html>
 
  var config = {
    apiKey: "AIzaSyCvpYQu44zmRXA0XQkcxEuakyytRsnWXSc",
    authDomain: "stackoverflow.firebaseapp.com",
    databaseURL: "https://stackoverflow.firebaseio.com",
    storageBucket: "project-8080059325282098184.appspot.com",
  };
  //firebase.database.enableLogging(true);
  firebase.initializeApp(config);
var ref = firebase.database().ref("39062400");
// quick check to see if writing works when you use a double //
ref.child('child//sub').set('value');
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
pufpro
0viewers