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

Commit 13d6d31

Browse files
author
jwngr
committed
Fixed typo: firebase() to firebase
1 parent db69a40 commit 13d6d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/introduction-to-angularfire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ When working directly with the SDK, it's important to notify Angular's compiler
215215
been loaded:
216216

217217
```js
218-
var ref = firebase().database().ref();
218+
var ref = firebase.database().ref();
219219
ref.on("value", function(snapshot) {
220220
// This isn't going to show up in the DOM immediately, because
221221
// Angular does not know we have changed this in memory.

0 commit comments

Comments
 (0)