Maurice
Maurice
Changed mongodb connection establishment to support newer driver and database versions of mongodb. The current authentication method (Db.authenticate) is deprecated (see log files). The new way to establish a connection...
I realized that provider IDs are sourced differently at different places in the code. The change streamlines the retrieval of provider IDs and now always uses the static `PROVIDER_ID` property...
As described in the [firebase docs](https://firebase.google.com/docs/reference/js/firebase.User#error-codes), some actions require the user to be re-authenticated if the sign-in date is too old. Is this library capable of offering this functionality? If...
# Bug Report **Ionic version:** [ ] **4.x** [x] **5.x** (5.5.5) **Current behavior:** When defining a custom route, which itself renders out the normal react-router Route, the IonRouterOutlet will destroy...
**What changes does this PR introduce** This PR adds a donation button next to our social buttons. The links behind it leads to a PayPal donation campaign created with the...
There is a new version of geofirestore available, which uses a different (more straightforward) data structure than before. It might be worth lookin into that. It will definitely require a...
Shouldn't we handle this?, eg show the user an error message? _Originally posted by @kenodressel in https://github.com/option26/quarantine-hero/pull/369#discussion_r552665069_
Research how we can protect spam whilst maintaining a nice UX
Enable users to request all stored personal data -> Reuse code for delete
This is a follow-up to #153