Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 655 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 655 Bytes

arduino-proximity-firebase

Arduino Node.js with http://johnny-five.io/ and https://firebase.google.com/ --- Firebase Section ---

See https://github.com/dyarfi/arduino-proximity-node for node on arduino

Change your firebase config in index.html

<script>
// Initialize Firebase
var config = {
  	apiKey: "xxxxxxxxxxxxxxxxxx",
  	authDomain: "xxxxxxxxxxxxxxxxxx.firebaseapp.com",
  	databaseURL: "https://xxxxxxxxxxxxxxxxxx.firebaseio.com",
  	projectId: "xxxxxxxxxxxxxxxxxx",
    // Optional
  	storageBucket: "xxxxxxxxxxxxxxxxxx.appspot.com",  
  	messagingSenderId: "xxxxxxxxxxxxxxxxxx"
};
firebase.initializeApp(config);
</script>