Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Jun 21, 2020
1 parent 0832af5 commit 60f81de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/mavo-firebase-firestore.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
}
else {
this.permissions.on(["edit", "save"]);
this.permissions.on("edit");
}

this.ready =
Expand Down Expand Up @@ -219,10 +219,6 @@

return Promise.resolve();
});

if (this.features.auth) {
this.login(true);
}
},

update: function(url, o) {
Expand Down

0 comments on commit 60f81de

Please sign in to comment.