Santosh

Results 18 comments of Santosh

> can you tell me where can i find webpack.config. > In order to use custom weback do the following. 1. Install @angular-builders/custom-webpack as a dev dependency 2. Create a...

Hey Guys I think i have found the solution. I was having same error as title as you can see in my screenshot. ![image](https://user-images.githubusercontent.com/3863771/154938127-9d247ce6-609e-4247-8842-60bd4cf44577.png) ``` GET http://localhost:443/peerjs/id?ts=16454403347120.7762317840464861 net::ERR_CONNECTION_REFUSED ``` my...

This is same with me. Before it was working but now a days its not working. I checked the setting of file. `autofilename.sublime-settings` everything seems to be fine.

Thanks @kbyatnal It works great...

I am facing the same issue. Wonder if there is any solution you have found ?

> since the new version 7 you need to import from firebase/compat: `import { auth } from 'firebase/compat/app';` I think its new version 9 where we need to add compat.

I am encountering same issue. Any solution yet ? > I tried creating `custom-webpack.config` and added those `resolve` option but still it didn't work. webpack.config.js ``` module.exports = { resolve:...

Where this initializeAuth has to be mentioned ? I tried replacing all getAuth with this but it throws error saying initializeAuth can only be intialize one.

> > Where this initializeAuth has to be mentioned ? I tried replacing all getAuth with this but it throws error saying initializeAuth can only be intialize one. > >...