Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit b6da18e

Browse files
EddyVerbruggeneddyverbruggen
authored andcommitted
bump
1 parent 06e4c93 commit b6da18e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- Android: 10.2.x
1212

1313
### New
14+
- [#226](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/226) Cannot find how to link anonymous account to other login type
15+
- [#316](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/316) Implemented email account linking
1416
- [#324](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/324) Use Gson to convert javaObject to jsObject
1517

1618
### Fixes

firebase.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ firebase.login = function (arg) {
962962
firebaseAuth.signInWithCredential(authCredential).addOnCompleteListener(onCompleteListener);
963963
}
964964
} else {
965-
console.log("Make sure you've uploaded you SHA1 fingerprint(s) to the Firebase console");
965+
console.log("Make sure you've uploaded your SHA1 fingerprint(s) to the Firebase console");
966966
reject("Has the SHA1 fingerprint been uploaded? Sign-in status: " + googleSignInResult.getStatus());
967967
}
968968
}

0 commit comments

Comments
 (0)