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

182
Visualizações
Push Notifications on Android and iOS without third parties such as Firebase

I have developed an app, using Ionic Framework with React, running on top of Capacitor. Now I have to implement Push Notifications on Android and iOS, but I'm requested to not use third parties such as Firebase. It's not my decision!

Example: A part of my app is showing Sale History of the user. I would like to have a push notification, every time a new sale is added.

How do I show Sale History in the app?

useEffect(() => {
    mounted.current = true;
    const options = {
      url: baseURL + "/sale-history",
      headers: {
        Accept: "application/json",
        "Content-Type": "application/json",
        Token: token,
      },
    };
    
    Http.request({ ...options, method: "GET" })
      .then((response) => {
        if (mounted.current) {
          setSaleEntries(response.data);
        }
      })
      .catch((error) => {
        console.log("Error in sale history");
      });
    return () => {
      mounted.current = false;
    };
  }, []);

Do you have any idea how can I implement Push notifications without third parties, for example in a static way?

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