mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
added a getuid function
This commit is contained in:
parent
48e412a31f
commit
d1bfc564f5
1 changed files with 6 additions and 0 deletions
|
@ -218,6 +218,12 @@ function verifyUsername() {
|
|||
});
|
||||
}
|
||||
|
||||
function getuid() {
|
||||
console.error("Only share this uid with Miodec and nobody else!");
|
||||
console.log(firebase.auth().currentUser.uid);
|
||||
console.error("Only share this uid with Miodec and nobody else!");
|
||||
}
|
||||
|
||||
function getLastChar(word) {
|
||||
return word.charAt(word.length - 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue