DmitrySharabin / mavo-firebase-firestore

Firebase backend plugin for Mavo. Store and sync app data in milliseconds. Store and serve files at Google scale. Authenticate users simply and securely. All the Google Firebase powers are at your fingertips.
https://plugins.mavo.io/plugin/firebase-firestore
MIT License
6 stars 0 forks source link

Incorrect relative URL somewhere #16

Closed karger closed 4 years ago

karger commented 4 years ago

My app using the plugin is attempting to load http://localhost/ifd/mavo-firebase-firestore.css . Which suggests you're specifying a relative url somewhere you shouldn't.

DmitrySharabin commented 4 years ago

Are you including the plugin via mv-plugins or as a separate file? If as a separate file, unfortunately, you have to include accompanying CSS manually. I indeed use a relative path for this CSS-file, but only to make it work properly. Below is the quote from the plugin page on the Mavo site:

Note that some plugins may also include CSS or other JavaScript files, which they expect to find in the same directory as the plugin’s main JS file. You do not have to worry about this if including the plugin via the mv-plugins attribute.

DmitrySharabin commented 4 years ago

Am going to close it since it's not an issue.