Skip to content

Commit 9056c72

Browse files
committed
[CODEBREW] Added firebase functions
1 parent 926a776 commit 9056c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exports.createUserEntity = functions.auth.user().onCreate((user) => {
77
functions.logger.info(
88
"New user created, firestore entity will be created now"
99
);
10+
1011
return admin
1112
.firestore()
1213
.collection("users")

0 commit comments

Comments
 (0)