Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

335
Views
pasar y leer datos de firebase firestore

el error:

autofillContentScript.bundle.js:23 No capturado (en promesa) TypeError: No se pueden leer las propiedades de nulo (leyendo 'incluye') en autofillContentScript.bundle.js:23:256161 en p (autofillContentScript.bundle.js:23:4111) en Generator ._invoke (autofillContentScript.bundle.js:23:3899) en Generator.next (autofillContentScript.bundle.js:23:4540) en e (autofillContentScript.bundle.js:23:166490) en s (autofillContentScript.bundle.js: 23:166693) en autofillContentScript.bundle.js:23:166752 en new Promise () en autofillContentScript.bundle.js:23:166633 en go (autofillContentScript.bundle.js:23:259494)

Intenté solucionar este problema borrando el caché, pero no funcionó...

mi código:

 document.addEventListener("DOMContentLoaded", event => { const app = firebase.app(); const db = firebase.firestore(); const myVid = db.collection('videos').doc('conditions'); myVid.onSnapshot(doc => { const data = doc.data(); console.log(data.subject) console.log(data.page) }) }); function update(e){ const db = firebase.firestore(); const myVid = db.collection('videos').doc('conditions'); myVid.update({ subject: e.target.value }) } function val(e) { const db = firebase.firestore(); const myVid = db.collection('videos').doc('conditions'); myVid.update({ page: e.target.value }) }

Te diría si supiera dónde está el problema... Pero realmente no tengo ni idea de qué significa este error y qué lo está causando.

¿Puede ayudarme alguien? ¿Como puedo solucionar este problema?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!