move fcm token storage (#1175)

* move fcm token from proving store to setting store for better separation of concerns.

* use analytics on adapter

* Revert "use analytics on adapter"

This reverts commit 4854d6fa87.

* prettier

* please be good

* ik heb oopsie wooopsie

* remove
This commit is contained in:
Aaron DeRuvo
2025-10-01 12:59:00 +02:00
committed by GitHub
parent 9131cd3649
commit 1856c9b325
14 changed files with 68 additions and 106 deletions

View File

@@ -76,9 +76,6 @@ function createTestClient() {
})),
},
},
notification: {
registerDeviceToken: async () => Promise.resolve(),
},
crypto: {
hash: jest.fn(),
sign: jest.fn(),