Company logo
  • Empleos
  • Bootcamp
  • Acerca de nosotros
  • Para profesionales
    • Inicio
    • Empleos
    • Cursos y retos
    • Preguntas
    • Profesores
    • Bootcamp
  • Para empresas
    • Inicio
    • Nuestro proceso
    • Planes
    • Pruebas
    • Nómina
    • Blog
    • Calculadora

0

69
Vistas
Firebase Phone Authentication in PHP instead of JavaScript

I can successfully send verification code using firebase with the code below in Javascript :

firebase.auth()
            .signInWithPhoneNumber(phoneNumber, appVerifier)
            .then(function(confirmationResult) {
              log('SMS sent');
              window.confirmationResult = confirmationResult;
 
            })
            .catch(function(error) {
              log('Error : SMS not sent '+error);
   
            });

My issue is that malicious users can execute the script above as many times they want abusing the authentication system, I would like to control the requests in the backend (PHP) is it possible?

7 months ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar empleo Planes Nuestro proceso Comercial
Legal
Términos y condiciones Política de privacidad
© 2023 PeakU Inc. All Rights Reserved.