gladly-team / next-firebase-auth

Simple Firebase authentication for all Next.js rendering strategies
https://nfa-example-git-v1x-gladly-team.vercel.app/
MIT License
1.34k stars 290 forks source link

Support running in a backend-only context, pt. 1 #493

Closed kmjennison closed 2 years ago

kmjennison commented 2 years ago

For cases like #223, developers may want to run next-firebase-auth exclusively on a server. To support this, client-side dependencies and config settings should be optional.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nfa-example ✅ Ready (Inspect) Visit Preview Jul 21, 2022 at 8:33PM (UTC)
codecov[bot] commented 2 years ago

Codecov Report

Merging #493 (df6842e) into v1.x (8ab2bb0) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             v1.x     #493   +/-   ##
=======================================
  Coverage   99.28%   99.28%           
=======================================
  Files          26       26           
  Lines         562      562           
  Branches      192      192           
=======================================
  Hits          558      558           
  Misses          4        4           
Impacted Files Coverage Δ
src/config.js 96.25% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ab2bb0...df6842e. Read the comment docs.