NomadicDeveloper22

Results 85 comments of NomadicDeveloper22
trafficstars

> In a recent Meetup, a guy from a relatively big financial startup told me offline stuff is so complex that they were trying to reverse-engineer Firebase to see how...

Here's a temporary library https://github.com/Abdelazeem777/cached_network_svg_image

If you are only going to be using svg images, https://pub.dev/packages/flutter_svg is the way to go. All network svgs are cached by default regardless of http headers

This sounds like you just don't understand the syntax for firestore rules check here: https://firebase.google.com/docs/firestore/security/get-started

I'm having the same exact issue However I did notice your firestore rule for `/customers/` doesn't have write permission allowed Mine is set to allow `read, write` and still having...

I thankfully managed to address my issue a few hours after my previous comment. Ended up being a mistake on my end and creating test purchases directly their Stripe without...

Same issue here with nextjs, ~~workaround not working~~ Workaround works, was user (by which I mean my own) error