Skip to content

Commit

Permalink
chore: fix Firebase logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 7, 2025
1 parent 35215f8 commit 6eb1f01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/adapter-firebase/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Official **Firebase** adapter for Auth.js / NextAuth.js, using the [Firebase Admin SDK](https://firebase.google.com/docs/admin/setup)
* and [Firestore](https://firebase.google.com/docs/firestore).
* [![Firestore logo](https://authjs.dev/img/adapters/firebase.svg)](https://firebase.google.com)
* <div style={{display: "flex", justifyContent: "space-between", alignItems: "center", padding: 16}}>
* <p>Official **Firestore** adapter for Auth.js / NextAuth.js, using the [Firebase Admin SDK](https://firebase.google.com/docs/admin/setup)</p>
* <a href="https://firebase.google.com/docs/firestore/">
* <img style={{display: "block"}} src="/img/adapters/firebase.svg" width="48" />
* </a>
* </div>
*
* ## Installation
*
Expand Down

0 comments on commit 6eb1f01

Please sign in to comment.