Merwan

Results 18 comments of Merwan

Had the same problem, I just changed the port to 8080 to 8081 on the firebase.json. ```json "firestore": { "port": 8081, "host": "0.0.0.0" }, ```

For React place it on the root of your /public folder.

Well as we told you you just put the *-sw.js file inside the public folder.

Create a github and i will take a look.

Since I run the ~./mac my OS (ventura) start acting weird. - There is no animation when the dock show/hide. - I cant scroll to the previous page or next...

Something that worked for me (for ios) : - Open Xcode - Go to "Build phases" - On "Copy Bundle ressources" click on the add button (+) - Click on...

> For me, it seems to only work using the same path on both Android and iOS. Not sure why mine is behaving different than @HunSpeedi. > > I did...