React Native Firebase
    Preparing search index...
    • Updates a user's profile data.

      Parameters

      • user: User

        The user to update the profile for.

      • profile: { displayName?: string | null; photoURL?: string | null }

        An object containing the profile data to update.

      Returns Promise<void>

      A promise that resolves when the profile is updated.