Kevin Jennison

Results 22 issues of Kevin Jennison

See: http://prebid.org/adops/send-all-bids-adops.html Need to: * Support additional targeting values * Support modified universal creative (related PR: #94)

enhancement

People often want to customize the creative and line item configuration. Rather than adding case-by-case customization, let's just expose the configuration for [LineItem](https://developers.google.com/ad-manager/api/reference/v201908/LineItemService.LineItem) and [Creative](https://developers.google.com/ad-manager/api/reference/v201908/CreativeService.Creative) (and/or [ThirdPartyCreative](https://developers.google.com/ad-manager/api/reference/v201908/CreativeService.ThirdPartyCreative)) to make it...

enhancement

This should make the project easier to configure and use. Move settings into a `dfp-prebid-setup.yml` that looks something like: ```YAML orders: - bidder_code: somebidder advertiser_name: Some DFP Advertiser order_name: My...

Next.js supports [middleware](https://nextjs.org/docs/middleware), which this library could recommend as a way to integrate with `next-firebase-auth`. I'd like to gather input on whether middleware provides value that the current API (`withAuthUser`...

enhancement
help wanted
RFC

`next-firebase-auth` has been reasonably stable for a while now and is already used in production apps, so it feels an appropriate time to move toward a v1 release. This is...

RFC
v1

**Is your feature request related to a problem? Please describe.** We should take advantage of modular Firebase admin: https://firebase.google.com/docs/admin/migrate-node-v10#use-modules-instead-of-namespaces **Describe the solution you'd like and how you'd implement it** A...

enhancement

**Is your feature request related to a problem? Please describe.** Developers might want to get the authenticated user outside of a React component context. For example, an app we're building...

enhancement
help wanted

### Discussed in https://github.com/gladly-team/next-firebase-auth/discussions/316 Originally posted by **beingadrian** October 14, 2021 Hi! Recently I've run into an issue with tokens with custom claims. The claims do not seem to be...

bug
help wanted

Since Next 11, Next can handle most of the ESLint config we need. See docs on migration: https://nextjs.org/docs/basic-features/eslint

help wanted

I'd like to explore using service workers to manage Firebase sessions. This would be a big shift in how this package works, so input is very much welcome! See Firebase...

help wanted
RFC