Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Artur

  1. Artur

    React - Upload avatar to firebase

    Good afternoon, I can’t figure out how to upload a photo (avatar) to firebase, but so that the avatar for each user is different and saved at each user login. User registration via firebase Authentication const [user, loading] = useAuthState(auth); const [image , setImage] = useState("")...
Back
Top Bottom