FirebaseRTC
FirebaseRTC copied to clipboard
HTTP ERROR 403 - You don't have authorisation to view this page.
I am following the documentation - https://webrtc.org/getting-started/firebase-rtc-codelab#9_conclusion
I have done all things which were mentioned in the above documentation.
As per the given command- firebase serve --only hosting, I am getting issue with running on local. And I am having no idea on from this where the issue is coming.

How I can resolve this? Does anybody have an idea about this?
if you run it on macOS, then you need to find another port as 5000 was used by apple
firebase serve --only hosting -p 5100 To use port 5100 instead