Skip to content

Commit e03e734

Browse files
committed
Fix compile
1 parent d9f8e31 commit e03e734

File tree

10 files changed

+726
-268
lines changed

10 files changed

+726
-268
lines changed

auth/import_users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ admin.auth().importUsers([{
154154
// All the parameters below can be obtained from the Firebase Console's users section.
155155
// Must be provided in a byte buffer.
156156
key: Buffer.from('base64-secret', 'base64'),
157-
saltSeparator: Buffer.from('base64SaltSeparator', 'base64').toString(),
157+
saltSeparator: Buffer.from('base64SaltSeparator', 'base64'),
158158
rounds: 8,
159159
memoryCost: 14
160160
}

auth/package-lock.json

Lines changed: 117 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebaseapp/package-lock.json

Lines changed: 117 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore/extend-with-functions/package-lock.json

Lines changed: 60 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firestore/main/package-lock.json

Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)