jpventura / sails-firebase

Waterline/Sails.js adapter for Firebase 3
http://sailsjs.org
25 stars 2 forks source link

Migrate to Sails.js V1 #13

Open bitbreakr opened 6 years ago

bitbreakr commented 6 years ago

Hi,

I have been using this datastore, with previous versions of sails, but this datastore is not working at all with latest sails version.

Could you migrate please?

Thanks

jpventura commented 6 years ago

@bitbreakr, feel happy to create PR :smile:

jmohler1970 commented 6 years ago

It looks like the sample code just gets put into ./config/datastores.js

perciag commented 6 years ago

Has anyone managed to migrate?

joaolandino commented 6 years ago

I need to migrate too! :(

jpventura commented 6 years ago

If anyone successful migrate it, just PR and I will merge the modifications into the project. In the mean while, I will be able to restart coding on it only after July 4th :cry:

minasvisual commented 5 years ago

I fix instalation but dont insert data yet.

on plugin sails-firebase change package.json line:

"waterlineAdapter": {
    "type": "sails-firebase",
    "interfaces": [
      "semantic"
    ],
    "waterlineVersion": "^0.12.1"    <--- change ~ to ^
  }