flamelink / flamelink-js-sdk

🦊 Official Flamelink JavaScript SDK for both the Firebase Realtime database and Cloud Firestore
https://flamelink.github.io/flamelink-js-sdk
MIT License
43 stars 5 forks source link

Omitting import of "import flamelink/<module>" log the error [FLAMELINK] Oh no! Looks like you have not imported the module." #88

Closed pieer closed 4 years ago

pieer commented 5 years ago

In my project I don't use the navigation, the user or settings module. But if I omit those packages, I have the error: [FLAMELINK] Oh no! Looks like you have not imported the "nav" module. [FLAMELINK] Oh no! Looks like you have not imported the "settings" module. [FLAMELINK] Oh no! Looks like you have not imported the "users" module.

Is it possible to remove this error?

jperasmus commented 5 years ago

Hi @pieer

Thanks for creating this issue. Can you please provide me with the code that you use to initialize the Flamelink app instance (with the imports).

benmort commented 4 years ago

@jperasmus did this ever get solved? having this same issue now

jperasmus commented 4 years ago

Hi @benmort I assumed it was a non-issue. Can you please give me more details regarding your setup so that I can see where the problem might be happening?

dewetvdm commented 4 years ago

Closing this issue due to inactivity

For future reference, please see the guide for setup https://flamelink.github.io/flamelink-js-sdk/#/getting-started?id=creating-your-flamelink-app-instance

It's important to note that if you have relational data relating to navigation or users these modules should also be imported. Also if you are uploading images the settings module might be required.