jpventura / sails-firebase

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

Not compatible with newest version of sails? #15

Open davidv171 opened 6 years ago

davidv171 commented 6 years ago

Error: -----------------------------------------

The adapter used by the firebase datastore is not compatible with the current version of Sails/Waterline.

The adapter should expose a valid adapterApiVersion.

If you're using Sails ≥1.0, try: npm install sails-firebase@latest --save

I ran the suggested command and nothing happened. Still the same error.

Unyimedaniel commented 5 years ago

@davidv171 Did you get to resolve this? If you did, then how? I ran into the same issue. Thanks!