You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It runs fine locally with yarn start but deploying to firebase it fails with the error I described there. Also running yarn start:dist it fails in the same way. Any ideas what might be causing this?
The text was updated successfully, but these errors were encountered:
@mikeover Looks like the issue was confirmed as fixed in that other thread - can you confirm? I'm working on updating the generator to reactfire 4 and firebase 9 right now, so if there are incompatibility issues I would love to help debug 😄
Please see the issue I raised at: FirebaseExtended/reactfire#433.
I went through the upgrade process but was having issues. I took the example stackblitz at https://stackblitz.com/edit/reactfire-v4-issue-433?file=index.js and replaced my local
index.jsx
(generated from this project), but having the same result.It runs fine locally with
yarn start
but deploying to firebase it fails with the error I described there. Also runningyarn start:dist
it fails in the same way. Any ideas what might be causing this?The text was updated successfully, but these errors were encountered: