Closed alexmasita closed 5 years ago
It is up to the user to shim the firebase features that they want to use. This addon only shims firebase-app
as it is what's required to firebase to run.
What is the contents of your package.json
?
I believe there is a way provided by ember that allows enabling shimming in the ember-cli-build. I have tested it and seems to work. I have submitted a pull request for the same to update your read me. Let me know if you still need to see the contents of my package.json
. Thank you.
Issue resolved. Feel free to reopen if necessary. Thanks! 😃
Getting the following error when I try to build my app after upgrading this addon via the ember-cloud-firestore-adapter:
It appears this issue is related to the refactor you did around creating fastboot shims on the firebase libraries as when I revert the code to the code on the previous version of this addon, the fastboot server loads without errors. I suspect that there needs to a new way of importing additional libraries other than the documented way below?