Bronze 1
Since ‎09-29-2023
2 weeks ago

My Stats

  • 4 Posts
  • 0 Solutions
  • 0 Likes given
  • 12 Likes received

jhnrffy's Bio

Badges CodeSmith32 Earned

View all badges

Recent Activity

I am using Firestore emulator on Windows within a mono-repo set up with turbo.The firestore emulator is run using,firebase emulators:start --only auth,firestore,functions,storage --import .firebase --export-on-exitBut constantly, when I use Ctrl-C to...
Hello,I'm trying to get CORS configured and working for a bucket. I've already run: gcloud storage buckets update gs://my-bucket-name --cors-file=cors-config.json with a CORS configuration of [ { "maxAgeSeconds": 3600, "method": [ "GET" ], "origin": ...
I'm posting this under Cloud Hub because I'm looking for a GCP product that matches what we're looking to do.Essentially, we're looking to build an app that would accept any domain pointed to it. That is, it would accept traffic from any host, observ...