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

Commit 4253b1e

Browse files
committed
Merge branch 'master' into test-coverage
2 parents 0174a8f + 18db305 commit 4253b1e

File tree

2 files changed

+509
-3
lines changed

2 files changed

+509
-3
lines changed

src/FirebaseAuth.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* istanbul ignore next */
21
(function() {
32
'use strict';
43
var FirebaseAuth;
@@ -277,8 +276,8 @@
277276
* @param {Object|string} emailOrCredentials The email of the user to create or an object
278277
* containing the email and password of the user to create.
279278
* @param {string} [password] The password for the user to create.
280-
* @return {Promise<Object>} A promise fulfilled with an object containing the uid of the
281-
* created user.
279+
* @return {Promise<Object>} A promise fulfilled with the user object, which contains the
280+
* uid of the created user.
282281
*/
283282
createUser: function(emailOrCredentials, password) {
284283
var deferred = this._q.defer();

0 commit comments

Comments
 (0)