#Code does not work

1 messages · Page 1 of 1 (latest)

sharp sky
#

@raw sundial Looks like it's being imported incorrectly somewhere. I'd guess it's import firebase from "firebase/compat/app" but it's strange that that's erroring as _app in the compiled code.

#

Does the code compile with Typescript?

sharp sky
#

@raw sundial You probably should use import /*path*/ not require("path"), but I'd be surprised if the issue is from the imports that aren't being used in the file.

#

It's most likely the import that's actually being used that's the problem.