Bjarke
Bjarke
I ended up wrapping the functionality I wanted in an IFirebaseService interface with the features I needed from firebase. I've then wrapped an implementation around the FirebaseAdmin SDK ```csharp public...
To anyone looking for a workaround until this PR has merged, have a look at this 👉 https://github.com/risenforces/craco-alias#installation, it is simple and easy to use.
> FIXED! Here's the solution: https://harryherskowitz.com/2021/08/23/firebase-capacitor.html I was facing an internal uncatchable auth-network-error on iOS but not on Android. This fixed it. I am using Capacitor 3 as well.
It's almost criminal that sharedrop is not a PWA yet. I'd be very interested in this. I might even be the one to do it.
I'm currently in need of extending my cli xml importer to do something like this. I wanna do it without spinning up an aspnet core application to do so. Any...
After some digging around I managed to come up with a solution that does what I want without having it exposed as an HTTP endpoint. I more or less copy...
@michaelrall Another issue led us to switch to Wordpress instead of PiranhaCMS. Even though it was very nice to use and extend. I never got further than the aforementioned solution.
@JoeRobich awesome bloody tool. So just to be clear, does dotnet format expect `NamingStyleFixProvider` to be provided from somewhere else? If so, where is it expected to be provided from?
@JoeRobich Ah okay, that makes sense. I'd love for this to be added. It's incredible useful to have a formatter do these things, especially if you pair it with pre-commit...
Experienced same issue, but wasn't a problem in previous versions. Fixed by using the useMemo solution.