python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Angular google authentication with firebase
I want to create simple login authentication with google using firebase.
I have installed
angular CLI: 13.1.4, firebase,
firebase: 10.1.1 & @angular/fire
I have configured both environment.ts&a...
Ibrahim Gidi
Votes: 0
Answers: 1
"TypeError: next is not a function" in the router.js file of my vue 3 project when trying to apply navigation guards?
I don't understand why i doesn't recognise the next function whereas i followed a similar video implementing this and it worked with no errors
I don't understand why i doesn't recognise the next funct...

Njita Arnaud
Votes: 0
Answers: 1
Express app error: [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
const router = require("express").Router();
const mongoose = require("mongoose");
const User = require("../models/Users");
const bcrypt = require("bcrypt");
con...
Aditya Kumar
Votes: 0
Answers: 1
Can't login while data is true and login button seems doesn't work
I make authentication app which is register and login with email and password using django and when I run my app the button login is not responding and then back to login page
I have tried to create n...

refia
Votes: 0
Answers: 0