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

Commit 9a82517

Browse files
author
jacobawenger
committed
Fixed typo in error message
1 parent 49705ee commit 9a82517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FirebaseAuth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
this._q = $q;
2525

2626
if (typeof ref === 'string') {
27-
throw new Error('Please provide a Firebase reference instead of a URL when calling `new Firebase()`.');
27+
throw new Error('Please provide a Firebase reference instead of a URL when creating a `$firebaseAuth` object.');
2828
}
2929
this._ref = ref;
3030
};

0 commit comments

Comments
 (0)