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

216
Views
La actualización en tiempo real de Angular + Angularfire no funciona en dispositivos móviles

¿Cómo puedo depurar un problema como este? Cuando estoy usando la aplicación en el escritorio, todo funciona bien y las actualizaciones en el cambio de la base de datos, hay un error si estoy usando la aplicación en el móvil para cambiar, necesito actualizar manualmente. La aplicación es una para ambos dispositivos y no hay excepción.

Este. es el método exacto que uso para suscribirme en mi componente para recibir los datos.

 public getOrderDetails$(id: string): Observable<OrderItem | undefined> { if (!id || this.context.state.isServer) return of(undefined) this.isLoading = true; try { return this.db.collection<OrderItem>('orders').doc(id) .valueChanges({ idField: 'id' }) .pipe( tap((order) => { if (!order) return if (!this.currentOrder) { this.currentOrder = order; } if (order.status !== this.currentOrder.status) { this.notification.pushNotification('The order has been updated.'); this.currentOrder = order; } this.isLoading = false; }), ); } catch (error) { console.error(error); this.isLoading = false; return of(undefined) } }
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!