Skip to content

Commit

Permalink
Merge pull request #24 from Nhogs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Popotojs authored Jun 26, 2022
2 parents 9ff7813 + 81ba401 commit 47e56c2
Show file tree
Hide file tree
Showing 3 changed files with 670 additions and 709 deletions.
1 change: 0 additions & 1 deletion lib/firebase.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export class FirebaseModule implements OnApplicationShutdown {
async onApplicationShutdown() {
for (const app of getApps()) {
const name = app.name;
console.log("deleting:" + name + "...");
deleteApp(app)
.then(function () {
console.log("App " + name + " deleted successfully");
Expand Down
Loading

0 comments on commit 47e56c2

Please sign in to comment.