Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 680cd87

Browse files
ioi0Jacob Wenger
authored andcommitted
Removed extraneous code line in auth guide code sample (#807)
1 parent 3923297 commit 680cd87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/guide/synchronized-arrays.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ var app = angular.module("sampleApp", ["firebase"]);
142142
app.factory("chatMessages", ["$firebaseArray",
143143
function($firebaseArray) {
144144
// create a reference to the database where we will store our data
145-
var randomRoomId = Math.round(Math.random() * 100000000);
146145
var ref = firebase.database().ref();
147146

148147
return $firebaseArray(ref);

0 commit comments

Comments
 (0)