Skip to content

Commit

Permalink
Removed extraneous code line in auth guide code sample (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioi0 authored and Jacob Wenger committed Jul 7, 2016
1 parent 3923297 commit 680cd87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/guide/synchronized-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ var app = angular.module("sampleApp", ["firebase"]);
app.factory("chatMessages", ["$firebaseArray",
function($firebaseArray) {
// create a reference to the database where we will store our data
var randomRoomId = Math.round(Math.random() * 100000000);
var ref = firebase.database().ref();

return $firebaseArray(ref);
Expand Down

0 comments on commit 680cd87

Please sign in to comment.