Thakur Saad

Results 5 comments of Thakur Saad

In my case. I have uBlock Origin, Privacy Badger, AdBlock. I tested all three and it was happening for **uBlock Origin**. But when AdBlock and Privacy Badger is on there...

@jbalidiong Are you talking about the answer of [Artur A](https://stackoverflow.com/users/304371/artur-a)? He said to add something in craco.config.js or nextjs.config.js. But I've no such file. Becuase I am using vite. `npm...

The only security measure in the google log in is setting the jsonwebtoken after the user is successfully logged in. ``` useEffect(() => { const unsubscribe = onAuthStateChanged(auth, (currentUser) =>...

Is it possible to send headers in firebase social login? I don't know how I can send headers in firebase authentication. I am implementing the social login like this, **Auth...

sure. As this is a personal learning project I can give you the [github code](https://github.com/ThakurSaad/bistro-boss-client/blob/main/src/Providers/AuthProvider.jsx) and [here](https://github.com/ThakurSaad/bistro-boss-client/blob/main/src/Components/SocialLogin.jsx) I am using the google sing in function