March 2018
Beginner
274 pages
6h 1m
English
Believe it or not, our real-time database service is up and running; now we just want to test our connection by writing a single value to the database from our AR Web app. Open up spawn-at-surface.html in a text editor and follow along:
var database = firebase.database();
firebase.database().ref('pose/' + 1).set({x: 12,y: 1,z: 0});
Read now
Unlock full access