Andreas Bauer
Andreas Bauer
### Problem Currently, we maintain a Mock Web Service integration in the case you run your project without Firebase. However, this doesn't really help to demo any functionality and just...
### Description The template app currently enforces to be logged into a user account. Once you log out from the account, a sheet pops up requiring you to sign back...
### Problem Currently, `@Dependency` can be used to retrieve a single instance of a given Module (optional, required or required and DefaultInitializable). Further, there also exists a variant to query...
# Upgrade to SpeziAccount 2.0 ## :recycle: Current situation & Problem This PR upgrade the Spezi Template Application to the upcoming SpeziAccount release. ## :gear: Release Notes -- ## :books:...
### Description 1. Firestore currently supports passing `Codable` ( `Encodable` or `Decodable` respectively) types when retrieving or setting the data of a document. iOS 17 introduced a new set of...
# Provide integration points for SpeziNotifications, Swift 6 and silence some warnings ## :recycle: Current situation & Problem SpeziNotifications (https://github.com/StanfordSpezi/SpeziNotifications/pull/1) is a new framework in the Spezi ecosystem that helps...
# Update to new Scheduler ## :recycle: Current situation & Problem *Link any open issues or pull requests (PRs) related to this PR. Please ensure that all non-trivial PRs are...
### Description The Firebase SDK uses swizzeling to transparently access the APNS device token by overriding methods like `application(_:didRegisterForRemoteNotificationsWithDeviceToken:)` of the currently associated app delegate. Looking at the relevant [source...
### New Issue Checklist - [x] I've Updated SwiftLint to the latest version. - [x] I've searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues). ### Feature or Enhancement Proposal Swift 6 introduced a...
The docs of MetricsTestKit currently would not compile as they suggest usage of `bootstrapInternal` without using a `@testable` import for `Metrics`. `@testable` is discouraged and we should direct people to...