https://discord.cloudflare.com logo
Join Discord
Powered by
# workers-discussions
  • a

    advaith

    01/16/2021, 12:49 AM
    https://workers.dev
  • u

    UK St0ner

    01/16/2021, 12:52 AM
    sorry to bother u guys
  • p

    Peps

    01/16/2021, 12:55 AM
    For issues/questions about other Cloudflare products you can try the community forum at https://community.cloudflare.com
  • a

    advaith

    01/16/2021, 2:01 AM
    is there any better way to use Firestore in Workers than https://blog.cloudflare.com/api-at-the-edge-workers-and-firestore/ now?
  • d

    defund

    01/16/2021, 3:57 AM
    @ginkoid 👀
  • g

    ginkoid

    01/16/2021, 3:57 AM
    hi
  • d

    defund

    01/16/2021, 3:58 AM
    I wasn't aware that this server was publicly accessible
  • g

    ginkoid

    01/16/2021, 3:58 AM
    it wasnt until recently
  • d

    defund

    01/16/2021, 3:58 AM
    oh
  • d

    defund

    01/16/2021, 3:58 AM
    well, now I'm here too 🎉
  • d

    defund

    01/16/2021, 3:59 AM
    time to beg for durable objects
  • d

    Deleted User

    01/16/2021, 4:19 AM
  • k

    kristian

    01/16/2021, 4:28 AM
    I think we have some content coming soon for that, stay tuned 👀
  • a

    advaith

    01/16/2021, 4:29 AM
    👀
  • k

    kristian

    01/16/2021, 5:06 AM
    afaik it isn't a package or anything, but i have seen some work on trying to tackle a similar problem for our docs that i think is in flight still
  • k

    kristian

    01/16/2021, 5:07 AM
    that blog post is from early 2019 so it's worth revisiting for sure
  • s

    steranevdy

    01/16/2021, 6:31 AM
    is it possible to use cloudflare web analytics with custom domain?
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 7:38 AM
    Yup: https://www.cloudflare.com/web-analytics/
  • s

    steranevdy

    01/16/2021, 9:06 AM
    @User if you use the javascript beacon, do you have to use cloudflare domain?
  • s

    steranevdy

    01/16/2021, 9:08 AM
    i think many ad blockers will block cloudfareinsights.com
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 9:09 AM
    Nope. Web Analytics is available for anyone, regardless of whether or not the setup on Cloudflare.
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 9:10 AM
    I think it's still currently limited to one non-CF website per account, but they're working on letting you add more.
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 9:12 AM
    Possibly. But the same is true for Google Analytics etc.? Client-side analytics will always have some tension and misreporting because of this, so if you are truly are after the most accurate numbers, you'd have to do your analytics server-side (or edge-side by putting the domain behind CF)
  • s

    steranevdy

    01/16/2021, 9:12 AM
    from the example it looks like the tracking data will be sent to cloudfareinsights.com, is there a way to use a custom domain for this endpoint?
  • s

    steranevdy

    01/16/2021, 9:13 AM
    some analytics services allow you to use custom domain
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 9:13 AM
    Oh, I see
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 9:14 AM
    No. That's not an option at the moment.
  • s

    steranevdy

    01/16/2021, 9:16 AM
    do you know if cloudflare workers kv is a good option as a database for a CRUD application?
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 9:18 AM
    Depends on your data structure, really. It it lends itself to a key-value structure, then Workers KV is amazing. If it's more relational, it gets a bit tricky to jam into KV.
  • g

    Greg Brimble | Cloudflare Pages

    01/16/2021, 9:19 AM
    I built this: https://github.com/kv-orm/core which helps a bit
1...545556...2509Latest