Skip to content

Update API functions to give custom image to users #6

Description

@GreatGameDota

Upload a custom image for each user where the name of the image is the user id and is in the public folder.

idToken: token,
displayName: req.body.handle,
photoUrl: `https://firebasestorage.googleapis.com/v0/b/${config.storageBucket}/o/${defaultImage}?alt=media`,
})
.catch((err) => {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions