Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

206
Visualizações
Angular + Angularfire realtime update doent work on mobile device

How can I debug a problem like this. When I'm using application on desktop everything works fine and updates on database change, bug if I am using application on mobile for change I need to refresh manually. The application is one for both devices and there is no exception.

This. is the exact method that I use for subscribe in my component to receive the data.

  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
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda