Firefox extension support with Firebase Auth
I have created a chrome extension using firebase auth and I am trying to create a Firefox version of the chrome extension.
It seems that Firefox extension domains (moz-extenion://) are not allowed to be added to authorized domains in firebase making it not possible to using firebase auth I am assuming.
Is this simple feature addition in the pipeline - to allow web-extensions (not just chrome) domains to utilise firebase auth?
Are there any other workarounds?
1
vote