firebase icon indicating copy to clipboard operation
firebase copied to clipboard

Can't use package with esm compilation

Open rafagsiqueira opened this issue 11 months ago • 0 comments

I am getting the following error when using this package.

Failed to resolve entry for package "@nativescript/firebase-core". The package may have incorrect main/module/exports specified in its package.json.

Am I importing it wrongly? Please advise.

import { firebase } from '@nativescript/firebase-core'

rafagsiqueira avatar Feb 09 '25 14:02 rafagsiqueira