From 6a37ee4487b89bc5f1bcb087fd93e4b2ad5656c7 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 6 Jun 2024 22:48:43 +0800 Subject: [PATCH] :sparkles: Firebase is back --- .../74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml | 56 +++---- .idea/workspace.xml | 23 ++- go.mod | 48 ++++-- go.sum | 153 ++++++++++++++++++ pkg/cmd/main.go | 3 + pkg/models/notifications.go | 2 +- pkg/services/external_firebase.go | 22 +++ pkg/services/notifications.go | 36 ++++- 8 files changed, 291 insertions(+), 52 deletions(-) create mode 100644 pkg/services/external_firebase.go diff --git a/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml b/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml index 6b15e45..fc6cb23 100644 --- a/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml +++ b/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml @@ -838,50 +838,50 @@ false Zulu 1 1 - - 4544 - - - 6304 - - + 6171 - - 4571 + + 6181 - + + 6182 + + 3373 3374 3375 3377 - - 6181 - - + 3374 - + 3375 - - 4569 - - - 4200 - - + 3377 - + + 4569 + + + 4570 + + + 4571 + + + 4200 + + + 4544 + + 4550 - - 6182 - - - 4570 + + 6304 1 diff --git a/.idea/workspace.xml b/.idea/workspace.xml index efa9477..fc1959e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,18 +4,15 @@