Skip to content

Instantly share code, notes, and snippets.

View sadeghianme's full-sized avatar

Mehdi Sadeghian sadeghianme

View GitHub Profile
@sadeghianme
sadeghianme / gist:0b1a498345847bc9b3f67241e0ee9dc3
Created February 16, 2020 10:46
SailsJs v1.2.3 use FirebaseWaterline Adapter
I installed the blow link for using firebase in sails js but got this error: npm install sails-firebase --save
in datastores.js:
module.exports.datastores = {
default: {
adapter: 'sails-mongo',
url: 'mongodb://localhost:27017/dashboard-auth'
},
firebase: {