mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 12:00:10 +08:00
reserve name functions
This commit is contained in:
parent
873c061bf5
commit
bb4c4fe893
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ const generatePairingCode = firebase
|
|||
const saveLbMemory = firebase.functions().httpsCallable("saveLbMemory");
|
||||
const unlinkDiscord = firebase.functions().httpsCallable("unlinkDiscord");
|
||||
const verifyUser = firebase.functions().httpsCallable("verifyUser");
|
||||
const reserveName = firebase.functions().httpsCallable("reserveDisplayName");
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue