Skip to content

Firestore (10.5.0): WebChannelConnection RPC  #7725

@ayobamiseun

Description

@ayobamiseun

Operating System

ios 10

Browser Version

chrome

Firebase SDK Version

10.5.0

Firebase SDK Product:

Firestore

Describe your project's tooling

React App vite

Describe the problem

i was trying to submit a sign up information

Steps and code to reproduce issue

const userCredential = await createUserWithEmailAndPassword( auth, formData.email, formData.password ); updateProfile(auth.currentUser, { username: formData.username, displayName: formData.fullName, }); const user = userCredential.user const formDataCopy = {...updatedFormData} delete formDataCopy.password formDataCopy.timestamp = serverTimestamp(); await setDoc(doc(db, "users", user.uid), formDataCopy)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions