-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase workaround #8
Comments
If anyone find a new better workaround, please mention it here. |
Is this just for I'm wondering if this error while using Firebase is related: roxiness/routify-starter#97 |
It does not seem to be related. |
I believe the isSSR variable referenced is populated as follows according to the discord post const isSSR =
navigator.userAgent.includes("Node.js") ||
navigator.userAgent.includes("jsdom"); |
Thanks to @Egnus for posting this on Discord
https://discord.com/channels/683709869626490889/684322968318509070/799076149124530197
The text was updated successfully, but these errors were encountered: