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 optional dependencies in a server-side environment #512

Closed kmjennison closed 2 years ago

kmjennison commented 2 years ago

Closes #502

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 30, 2022 at 5:07PM (UTC)
codecov[bot] commented 2 years ago

Codecov Report

Merging #512 (912aa23) into v1.x (6046a4f) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             v1.x     #512      +/-   ##
==========================================
+ Coverage   99.28%   99.32%   +0.03%     
==========================================
  Files          26       29       +3     
  Lines         562      590      +28     
  Branches      192      195       +3     
==========================================
+ Hits          558      586      +28     
  Misses          4        4              
Impacted Files Coverage Δ
src/constants.js 100.00% <100.00%> (ø)
src/index.js 100.00% <100.00%> (ø)
src/index.server.js 100.00% <100.00%> (ø)
src/initCommon.js 100.00% <100.00%> (ø)
src/testHelpers/mockModuleNotFoundError.js 100.00% <100.00%> (ø)
src/withAuthUser.js 100.00% <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 6046a4f...912aa23. Read the comment docs.