Open Unyimedaniel opened 5 years ago
After configuring the config/datastore.js here's what I got on the terminal:
Error: -----------------------------------------
The adapter used by the default
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
It requires update, but honestly I will have time to update it only in the next few days.
Feel free to contribute to the project and make a PR. If passes all testes, I will integrate it to the project.
Thank you
On Mon, Sep 16, 2019 8:42 PM, Unyimedaniel notifications@github.com wrote: After configuring the config/datastore.js here's what I got on the terminal:
The adapter used by the default 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
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hello there! Been trying to integrate firebase into our sails application. Is the Sails-Firebase Waterline adapter ok for use in a project?