We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9548d20 commit 31ce75cCopy full SHA for 31ce75c
2 files changed
home/index.html
@@ -306,6 +306,7 @@
306
if (snap.exists()) return snap.data();
307
const displayName = user.email.split("@")[0];
308
const newProfile = {
309
+ authorUid: user.uid,
310
uid: user.uid,
311
email: user.email,
312
username: usernameFromEmail(user.email, user.uid),
index.html
@@ -176,6 +176,7 @@ <h1 id="title">Bei Twitter anmelden</h1>
176
const snap = await getDoc(userRef);
177
if (!snap.exists()) {
178
await setDoc(userRef, {
179
180
181
182
username: toUsername(user.email, user.uid),
0 commit comments