Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.firebase.com/js/client/2.2.5/firebase.js"></script>
  <meta charset="utf-8">
  <title>Check if number exists in Firebase</title>
</head>
<body>
  <form>
    <label for='number'>Enter a number</label>
    <input id='number'></input>
  <button type='submit'>Check if exists</button>
  </form>
  <pre></pre>
</body>
</html>
Output

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

Dismiss x
public
Bin info
pufpro
0viewers