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' ```