Marplex / flarebase-auth

Firebase/Admin Auth Javascript Library for Cloudflare Workers
https://dev.to/marplex/firebase-authentication-on-cloudflare-workers-24o3
MIT License
88 stars 14 forks source link

How to deploy on Cloudflare Worker? #7

Closed prilaga closed 4 months ago

prilaga commented 7 months ago

@Marplex @arlair Please share instructions how to deploy these library on Cloudflare Worker. It will be very helpful. Thanks.

prilaga commented 7 months ago

@Marplex @arlair I receive next errors:

flarebase-auth.ts:1:61: ERROR: Could not resolve "jose" src/lib/google-oauth.ts:8:7: ERROR: Could not resolve "jose"

clibequilibrium commented 6 months ago

@Marplex @arlair I receive next errors:

flarebase-auth.ts:1:61: ERROR: Could not resolve "jose" src/lib/google-oauth.ts:8:7: ERROR: Could not resolve "jose"

the error clearly states that you are missing library jose for JSON support.

Do npm i jose